Skip to content

Commit f642253

Browse files
Update Jenkinsfile
1 parent abe2bf3 commit f642253

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
@@ -3,7 +3,7 @@ node {
33
stage("Git Checkout"){
44
BRANCH = sh ( script: "echo $branch|cut -d '/' -f 3", returnStdOut:true)
55

6-
currentBuild.displayName = "#${BUILD_NUMBER} - ${BRANCH}"
6+
currentBuild.displayName = "#${BUILD_NUMBER} - ${env.BRANCH}"
77
}
88
stage("Build"){
99
sh "docker build -t emirozbir/jdind:latest ."

0 commit comments

Comments
 (0)