This commit is contained in:
Jakub Zaręba 2023-05-10 18:36:25 +02:00
parent 1b18e6a144
commit 6396535ab8

View File

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