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