This commit is contained in:
Jakub Zaręba 2023-05-10 18:25:57 +02:00
parent f54b046c45
commit 09dba5f371

View File

@ -20,7 +20,7 @@ pipeline {
stage('Pobierz model') {
steps {
script {
copyArtifacts(projectName: 's487187-training/%00', selector: specific("${params.BUILD_NUMBER}"), fingerprintArtifacts: true)
copyArtifacts(projectName: 's487187-training/main', selector: specific("${params.BUILD_NUMBER}"), fingerprintArtifacts: true)
}
}
}