update jenkinsfile_predict
This commit is contained in:
parent
5e9ae0997a
commit
f0d733833f
@ -17,7 +17,7 @@ pipeline {
|
|||||||
stage('Script') {
|
stage('Script') {
|
||||||
steps {
|
steps {
|
||||||
copyArtifacts projectName: 's444409-training/main', selector: lastSuccessful()
|
copyArtifacts projectName: 's444409-training/main', selector: lastSuccessful()
|
||||||
sh "python predict.py $INPUT"
|
sh 'python3 ./predict.py $INPUT'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user