This commit is contained in:
Jakub Henyk 2023-05-07 18:15:16 +02:00
parent 634061c050
commit bdd6225627

View File

@ -12,7 +12,7 @@ pipeline {
stage('Run Script') {
steps {
script {
sh 'docker build . -t jhenyk/ium:latest --build-arg epochs=epochs_count'
sh 'docker build . -t jhenyk/ium:latest --build-arg epochs=$params.epochs_count'
sh 'docker run jhenyk/ium:latest'
}
}