diff --git a/Jenkinsfile_predict b/Jenkinsfile_predict index 69f9464..3a8846c 100644 --- a/Jenkinsfile_predict +++ b/Jenkinsfile_predict @@ -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' } }