update jenkinsfile_predict
This commit is contained in:
parent
540be748a5
commit
15132a5c98
@ -21,7 +21,7 @@ buildSelector(
|
|||||||
stage('Script') {
|
stage('Script') {
|
||||||
steps {
|
steps {
|
||||||
copyArtifacts projectName: 's444409-training/main', selector: buildParameter('BUILD_SELECTOR')
|
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'
|
sh 'python3 ./predict.py $INPUT'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user