test
This commit is contained in:
parent
4227ca6965
commit
fc1bc1fe2b
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
|
@ -23,7 +23,7 @@ pipeline {
|
||||||
sh 'git submodule update --init --recursive'
|
sh 'git submodule update --init --recursive'
|
||||||
|
|
||||||
def branch = sh(
|
def branch = sh(
|
||||||
script: "git rev-parse --abbrev-ref HEAD",
|
script: "git branch --show-current",
|
||||||
returnStdout: true
|
returnStdout: true
|
||||||
).trim()
|
).trim()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue