update jenkinsfile_predict
All checks were successful
s444356-evaluation/pipeline/head This commit looks good
s444356-training/pipeline/head This commit looks good

This commit is contained in:
Maciej Czajka 2022-05-11 18:54:23 +02:00
parent 3e9f82b3ea
commit b77f49af83

View File

@ -8,7 +8,7 @@ pipeline {
stages {
stage('Script') {
steps {
copyArtifacts filter: '*', projectName: 's444409-training/master', selector: lastSuccessful()
copyArtifacts filter: '*', projectName: 's444409-training/main', selector: lastSuccessful()
sh "python predict.py"
}
}