remove master form project name
Some checks failed
s426206-training/pipeline/head There was a failure building this commit
Some checks failed
s426206-training/pipeline/head There was a failure building this commit
This commit is contained in:
parent
436a8d0761
commit
1f482fafd7
@ -8,7 +8,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
stage('Copy artifact') {
|
stage('Copy artifact') {
|
||||||
steps {
|
steps {
|
||||||
copyArtifacts filter: 'train_dataset.pt,val_dataset.pt', fingerprintArtifacts: false, projectName: 's426206-create-dataset/master', selector: buildParameter('BUILD_SELECTOR')
|
copyArtifacts filter: 'train_dataset.pt,val_dataset.pt', fingerprintArtifacts: false, projectName: 's426206-create-dataset', selector: buildParameter('BUILD_SELECTOR')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('docker') {
|
stage('docker') {
|
||||||
|
Loading…
Reference in New Issue
Block a user