Zaktualizuj 'Jenkinsfile_predict_coop'
This commit is contained in:
parent
0392e4cf4b
commit
664328be5b
@ -9,8 +9,9 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
stage('Predict from MLFlow registry') {
|
stage('Predict from MLFlow registry') {
|
||||||
steps {
|
steps {
|
||||||
sh "python3 lab_09_predict_coop.py"
|
|
||||||
sh "ls -al"
|
sh "ls -al"
|
||||||
|
sh "python3 lab_09_predict_coop.py"
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}}
|
}}
|
Loading…
Reference in New Issue
Block a user