update jenkinsfile_predict
This commit is contained in:
parent
8bb0037e63
commit
110aa1edbf
@ -22,7 +22,7 @@ buildSelector(
|
|||||||
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'
|
sh "python predict.py"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user