diff --git a/Jenkinsfile b/Jenkinsfile index e6d4561..0132bcd 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -50,7 +50,7 @@ pipeline { sh "python3 ./download_dataset.py ${params.CUTOFF}" archiveArtifacts artifacts: 'datasets/*', onlyIfSuccessful: true - build job: 's464863-training/main', wait: true + build job: 's464863-training/main', wait: false } } }