sequence of artifacts updated
Some checks failed
444507-training/pipeline/head This commit looks good
s444507-evaluation/pipeline/head There was a failure building this commit

This commit is contained in:
Adam Wojdyla 2022-05-02 01:06:55 +02:00
parent ea307d57b9
commit 90aa9260c7

View File

@ -10,9 +10,9 @@ pipeline {
stages {
stage('Get arifacts') {
steps {
copyArtifacts fingerprintArtifacts: true, projectName: 's444507-evaluation/master', selector: buildParameter('BUILD_SELECTOR'), optional: true
copyArtifacts fingerprintArtifacts: true, projectName: 's444507-create-dataset', selector: buildParameter('BUILD_SELECTOR')
copyArtifacts fingerprintArtifacts: true, projectName: 's444507-training/${BRANCH}', selector: buildParameter('BUILD_SELECTOR')
copyArtifacts fingerprintArtifacts: true, projectName: 's444507-evaluation/master', selector: buildParameter('BUILD_SELECTOR'), optional: true
}
}
stage('Run evaluation') {