fix
This commit is contained in:
parent
d61b19dd4a
commit
f97f59220f
@ -10,7 +10,7 @@ pipeline {
|
||||
stages {
|
||||
stage('Get arifacts') {
|
||||
steps {
|
||||
copyArtifacts fingerprintArtifacts: true, projectName: 's444507-evaluation/master', elector: buildParameter('BUILD_SELECTOR'), optional: true
|
||||
copyArtifacts fingerprintArtifacts: true, projectName: '444507-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')
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user