version_number

This commit is contained in:
ahmed531998 2023-08-30 12:10:24 +02:00
parent 7151b48611
commit 6f585e62b7
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -18,7 +18,7 @@ pipeline {
stage('Building image') {
steps{
script {
dockerImage = docker.build(imagename, '--build-arg version_info=${GIT_COMMIT} .')
dockerImage = docker.build(imagename, '--no-cache --build-arg version_info=${GIT_COMMIT} .')
}
}
}