evaluation Jenkinsfile update
Some checks failed
s444507-evaluation/pipeline/head There was a failure building this commit
444507-training/pipeline/head This commit looks good

This commit is contained in:
Adam Wojdyla 2022-05-02 00:36:05 +02:00
parent c3b9c0bda1
commit 5b3e5fba11

View File

@ -11,9 +11,9 @@ pipeline {
stages {
stage('Get arifacts') {
steps {
copyArtifacts fingerprintArtifacts: true, projectName: 's444507-evaluation', selector: lastSuccessful()
copyArtifacts fingerprintArtifacts: true, projectName: 's444507-create-dataset', selector: lastSuccessful()
copyArtifacts fingerprintArtifacts: true, projectName: 's444507-training/${BRANCH}', selector: lastSuccessful()
copyArtifacts fingerprintArtifacts: true, projectName: 's444507-evaluation/master', elector: 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')
}
}
stage('Run evaluation') {