We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2301c25 commit a7f31bdCopy full SHA for a7f31bd
Jenkinsfile
@@ -86,7 +86,7 @@ pipeline {
86
steps {
87
timeout(time: 20, unit: 'MINUTES') {
88
script {
89
- dockerImage = docker.build("${env.DOCKER_IMAGE_TAG}", "--build-arg CACHEBUST=${env.BUILD_NUMBER} .")
+ dockerImage = docker.build("${env.DOCKER_IMAGE_TAG}", "--build-arg CACHEBUST=${env.GIT_COMMIT} .")
90
}
91
92
0 commit comments