This commit is contained in:
Jakub Zaręba 2023-05-10 18:43:12 +02:00
parent 6396535ab8
commit 4e96463e8b

View File

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