update parametrization
All checks were successful
s444507-evaluation/pipeline/head This commit looks good
444507-training/pipeline/head This commit looks good

This commit is contained in:
Adam Wojdyla 2022-05-09 00:11:03 +02:00
parent 314ddddfb5
commit 493a8cfcf8

View File

@ -13,7 +13,7 @@ pipeline {
} }
stage('Train model with sacred') { stage('Train model with sacred') {
steps { steps {
sh "python3 lab07_sacred.py $epoch" sh "python3 lab07_sacred.py with 'config=$epoch'"
} }
} }
} }