This commit is contained in:
Jakub Zaręba 2023-05-10 18:21:18 +02:00
parent fbfc2fadce
commit d5d650df66

View File

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