Update files
This commit is contained in:
parent
ef7f0a0a19
commit
c958f8e1ae
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user