Jenkinsfile fix
This commit is contained in:
parent
e08cb5d6fe
commit
2c56d4edac
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -35,7 +35,7 @@ pipeline {
|
||||
}
|
||||
stage("Build Docker") {
|
||||
steps {
|
||||
sh 'docker build -t ium_478855'
|
||||
sh 'docker build -t ium_478855 .'
|
||||
}
|
||||
}
|
||||
stage("Dara Preparation") {
|
||||
|
Loading…
Reference in New Issue
Block a user