This commit is contained in:
Jakub Zaręba 2023-05-10 17:35:16 +02:00
parent 8be83d4714
commit 4d54a3f810

View File

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