Update 'Jenkinsfile'
This commit is contained in:
parent
2db7b9a373
commit
a95d4b8dd8
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -56,7 +56,7 @@ pipeline{
|
||||
export WORKSPACE="jenkins/workspace/test"
|
||||
cd $WORKSPACE
|
||||
bash test.sh
|
||||
bname=$(git branch –show-current)
|
||||
bname=$(git branch --show-current)
|
||||
echo "current branche is $bname"
|
||||
'''
|
||||
sshCommand remote: remote, command: '''
|
||||
|
Loading…
Reference in New Issue
Block a user