This commit is contained in:
Jakub Henyk 2023-05-07 18:17:01 +02:00
parent bdd6225627
commit b8ad575da8

View File

@ -12,7 +12,7 @@ pipeline {
stage('Run Script') { stage('Run Script') {
steps { steps {
script { 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' sh 'docker run jhenyk/ium:latest'
} }
} }