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 20:00:57 +02:00
parent 035b4245e6
commit 5b506eed21

View File

@ -16,7 +16,7 @@ pipeline {
stages {
stage('Script') {
steps {
copyArtifacts projectName: 's444356-training/main', selector: lastSuccessful()
copyArtifacts projectName: 's444356-training/master', selector: lastSuccessful()
sh 'python3 ./predict.py $INPUT'
}
}