This commit is contained in:
Jakub Henyk 2023-05-07 18:19:07 +02:00
parent b8ad575da8
commit 5cb4a5040a

View File

@ -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'
}
}