fix jenkins eval

This commit is contained in:
jakubknczny 2021-05-15 19:59:46 +02:00
parent d1c4e25995
commit a8934932aa

View File

@ -22,6 +22,9 @@ pipeline {
agent { dockerfile true }
stages {
stage('copyArtifacts') {
steps {
copyArtifacts fingerprintArtifacts: true, projectName: 's470607-create-dataset', selector: buildParameter('BUILD_SELECTOR')
}
steps {
copyArtifacts fingerprintArtifacts: true, projectName: 's470607-training/master', selector: buildParameter('BUILD_SELECTOR')
}