IUM_06 - test

This commit is contained in:
Paweł Łączkowski 2024-04-19 11:11:24 +02:00
parent b59420d33d
commit 5b6eadb3ce

2
Jenkinsfile vendored
View File

@ -50,7 +50,7 @@ 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
build job: 's464863-training/main', wait: true build job: 's464863-training/main', wait: false
} }
} }
} }