This commit is contained in:
Andrzej Preibisz 2022-05-04 00:28:52 +02:00
parent e41c3777e4
commit 02ef6b05c9

View File

@ -18,7 +18,7 @@ pipeline {
stage("Training") {
steps {
sh "chmod 777 ml_training.py"
sh "python3 ml_training.py"
sh "python3 ml_training.py $EPOCHS"
}
}
}