copy artiv changed
Some checks failed
s426206-evaluation/pipeline/head There was a failure building this commit
Some checks failed
s426206-evaluation/pipeline/head There was a failure building this commit
This commit is contained in:
parent
3689eabc3b
commit
9cef9bb4e5
@ -18,7 +18,7 @@ pipeline {
|
||||
}
|
||||
stage('Copy artifact') {
|
||||
steps {
|
||||
copyArtifacts filter: 'model.pt', fingerprintArtifacts: false, projectName: 's426206-training', selector: buildParameter('BUILD_SELECTOR')
|
||||
copyArtifacts filter: 'model.pt', fingerprintArtifacts: false, projectName: 's426206-training/master', selector: buildParameter('BUILD_SELECTOR')
|
||||
copyArtifacts filter: 'val_dataset.pt', fingerprintArtifacts: false, projectName: 's426206-create-dataset', selector: buildParameter('BUILD_SELECTOR')
|
||||
copyArtifacts filter: 'metrics.tsv', fingerprintArtifacts: false, optional: true, projectName: 's426206-evaluation', selector: buildParameter('BUILD_SELECTOR')
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user