update jenkinsfile_predict
Some checks are pending
s444356-training/pipeline/head Build queued...
s444356-evaluation/pipeline/head This commit looks good

This commit is contained in:
Maciej Czajka 2022-05-11 21:17:12 +02:00
parent 540be748a5
commit 15132a5c98

View File

@ -21,7 +21,7 @@ buildSelector(
stage('Script') {
steps {
copyArtifacts projectName: 's444409-training/main', selector: buildParameter('BUILD_SELECTOR')
sh 'echo ${params.INPUT} > input_example.json'
sh "echo ${params.INPUT} > input_example.json"
sh 'python3 ./predict.py $INPUT'
}
}