Update files

This commit is contained in:
Agata 2022-05-22 12:21:18 +02:00
parent 8c6c96e62c
commit ef7f0a0a19

View File

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