eval jenkinsfile fix
s444507-predict-s444356/pipeline/head This commit looks good Details
s444507-evaluation/pipeline/head This commit looks good Details
444507-training/pipeline/head This commit looks good Details

This commit is contained in:
Adam Wojdyla 2022-05-16 11:13:37 +02:00
parent c3df5fd5f6
commit 4fff8805e0
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ pipeline {
stage('Get arifacts') {
steps {
copyArtifacts filter:'*', projectName: 's444507-create-dataset', selector: buildParameter('BUILD_SELECTOR')
copyArtifacts filter:'*', projectName: '444507-training/${BRANCH}', selector: buildParameter('BUILD_SELECTOR')
copyArtifacts filter:'*', projectName: '444507-training/${BRANCH}', selector: buildParameter('BUILD_SELECTOR'), optional: true
copyArtifacts filter:'*', projectName: 's444507-evaluation/master', selector: buildParameter('BUILD_SELECTOR'), optional: true
}
}