Update files

This commit is contained in:
Agata 2022-05-22 12:24:38 +02:00
parent ef7f0a0a19
commit c958f8e1ae

View File

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