fix8
This commit is contained in:
parent
b8ad575da8
commit
5cb4a5040a
@ -12,7 +12,7 @@ pipeline {
|
||||
stage('Run Script') {
|
||||
steps {
|
||||
script {
|
||||
sh 'docker build . -t jhenyk/ium:latest --build-arg epochs=${params.epochs_count}'
|
||||
sh "docker build . -t jhenyk/ium:latest --build-arg epochs=${params.epochs_count}"
|
||||
sh 'docker run jhenyk/ium:latest'
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user