fix proj name again
This commit is contained in:
parent
6756899797
commit
f86bc8d3ff
@ -10,7 +10,7 @@ pipeline {
|
||||
stages {
|
||||
stage('copyArtifacts') {
|
||||
steps {
|
||||
copyArtifacts fingerprintArtifacts: true, projectName: 's430705-training', selector: buildParameter('BUILD_SELECTOR')
|
||||
copyArtifacts fingerprintArtifacts: true, projectName: 's430705-training/master', selector: buildParameter('BUILD_SELECTOR')
|
||||
}
|
||||
}
|
||||
stage('training') {
|
||||
|
Loading…
Reference in New Issue
Block a user