version_number

This commit is contained in:
ahmed531998 2023-08-30 11:44:36 +02:00
parent 904f10672f
commit 3fe0fa7cdb
1 changed files with 0 additions and 1 deletions

1
Jenkinsfile vendored
View File

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