version_number

This commit is contained in:
ahmed531998 2023-08-30 12:14:08 +02:00
parent 65800fe781
commit 941d0f1c04
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, '--no-cache --build-arg version_info=${GIT_COMMIT} .')
dockerImage = docker.build(imagename, '--build-arg version_info=${GIT_COMMIT} .')
}
}
}