Skip to content

Commit abe2bf3

Browse files
Update Jenkinsfile
1 parent 8c02c64 commit abe2bf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
node {
22

33
stage("Git Checkout"){
4-
BRANCH = sh ( script: "echo $branch|cut -d '/' -f 3", returnStdOut:true).trim()
4+
BRANCH = sh ( script: "echo $branch|cut -d '/' -f 3", returnStdOut:true)
55

66
currentBuild.displayName = "#${BUILD_NUMBER} - ${BRANCH}"
77
}

0 commit comments

Comments
 (0)