IUM_06 - fix models/Jenkinsfile

This commit is contained in:
Paweł Łączkowski 2024-04-19 10:36:50 +02:00
parent f0f821c065
commit c664c6dcf8

1
Jenkinsfile vendored
View File

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