update jenkinsfile_predict
Some checks reported errors
s444356-evaluation/pipeline/head This commit looks good
s444356-training/pipeline/head Something is wrong with the build of this commit

This commit is contained in:
Maciej Czajka 2022-05-11 19:34:54 +02:00
parent 5e9ae0997a
commit f0d733833f

View File

@ -17,7 +17,7 @@ pipeline {
stage('Script') {
steps {
copyArtifacts projectName: 's444409-training/main', selector: lastSuccessful()
sh "python predict.py $INPUT"
sh 'python3 ./predict.py $INPUT'
}
}
}