diff --git a/Jenkinsfile b/Jenkinsfile index 3e84619..dcb3ecf 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -50,7 +50,6 @@ pipeline { sh "python3 ./download_dataset.py ${params.CUTOFF}" archiveArtifacts artifacts: 'datasets/*', onlyIfSuccessful: true - # Run other jobs after this job succeeds build job: 's464863/main', wait: true } }