jenkinsfile for eval copy
Some checks failed
s470618-evaluation/pipeline/head There was a failure building this commit
Some checks failed
s470618-evaluation/pipeline/head There was a failure building this commit
This commit is contained in:
parent
4e58dba212
commit
1b1581ac7e
@ -1,11 +1,8 @@
|
|||||||
node {
|
node {
|
||||||
stage('Preparation') {
|
stage('Preparation') {
|
||||||
checkout scm
|
checkout scm
|
||||||
script {
|
|
||||||
if (currentBuild.previousBuild) {
|
copyArtifacts projectName: 's470618-metrics/master', filter: 'metrics.txt', fingerprintArtifacts: true, selector: lastSuccessful(), optional: true, target: './train-eval'
|
||||||
copyArtifacts projectName: currentBuild.projectName, filter: 'metrics.txt', fingerprintArtifacts: true, selector: lastSuccessful(), optional: true, target: './train-eval'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
copyArtifacts projectName: 's470618-training', filter: '*.pt', fingerprintArtifacts: true, selector: lastSuccessful(), target: './train-eval'
|
copyArtifacts projectName: 's470618-training', filter: '*.pt', fingerprintArtifacts: true, selector: lastSuccessful(), target: './train-eval'
|
||||||
}
|
}
|
||||||
stage('Evaluate metrics') {
|
stage('Evaluate metrics') {
|
||||||
|
Loading…
Reference in New Issue
Block a user