Zaktualizuj 'Jenkinsfile_predict_coop'

This commit is contained in:
Michał Zaręba 2021-05-27 14:33:54 +02:00
parent 9bf6005939
commit 0392e4cf4b

View File

@ -10,6 +10,7 @@ pipeline {
stage('Predict from MLFlow registry') {
steps {
sh "python3 lab_09_predict_coop.py"
sh "ls -al"
}
}
}}