Update Jenkinsfile
This commit is contained in:
parent
30de175f0a
commit
9047dc0d98
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -11,7 +11,7 @@ pipeline {
|
||||
stage('evaluateDataset') {
|
||||
steps {
|
||||
copyArtifacts filter: '*', fingerprintArtifacts: true, projectName: 's452487-training/train'
|
||||
copyArtifacts filter: '*/metrics.json', fingerprintArtifacts: true, projectName: 's452487-evaluation', optional: true
|
||||
copyArtifacts filter: '*/metrics.json', fingerprintArtifacts: true, projectName: 's452487-evaluation/evaluate', optional: true
|
||||
sh "chmod +x -R ${env.WORKSPACE}"
|
||||
sh './evaluate.sh'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user