This commit is contained in:
Jakub Zaręba 2023-05-10 18:09:49 +02:00
parent c53ac58027
commit 1b7cbaeb3d

View File

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