Zaktualizuj 'Jenkinsfile_predict_coop'

This commit is contained in:
Michał Zaręba 2021-05-27 14:34:31 +02:00
parent 0392e4cf4b
commit 664328be5b

View File

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