We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abe2bf3 commit f642253Copy full SHA for f642253
Jenkinsfile
@@ -3,7 +3,7 @@ node {
3
stage("Git Checkout"){
4
BRANCH = sh ( script: "echo $branch|cut -d '/' -f 3", returnStdOut:true)
5
6
- currentBuild.displayName = "#${BUILD_NUMBER} - ${BRANCH}"
+ currentBuild.displayName = "#${BUILD_NUMBER} - ${env.BRANCH}"
7
}
8
stage("Build"){
9
sh "docker build -t emirozbir/jdind:latest ."
0 commit comments