Jenkinsfile fix

This commit is contained in:
ulaniuk 2022-04-03 21:04:01 +02:00
parent e08cb5d6fe
commit 2c56d4edac

2
Jenkinsfile vendored
View File

@ -35,7 +35,7 @@ pipeline {
} }
stage("Build Docker") { stage("Build Docker") {
steps { steps {
sh 'docker build -t ium_478855' sh 'docker build -t ium_478855 .'
} }
} }
stage("Dara Preparation") { stage("Dara Preparation") {