Update file

This commit is contained in:
Agata 2022-05-22 12:32:21 +02:00
parent 82ab9d8ff6
commit 2fc4ed8ca8

View File

@ -24,7 +24,7 @@ pipeline {
stage('Predict') {
steps {
sh "echo ${params.INPUT} > input_example.json"
sh "python predict_444501.py"
sh "ipython ./predict_444501.py"
}
}
}