Update Jenkinsfile
This commit is contained in:
parent
322f486b91
commit
0352e5bccc
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -1,9 +1,14 @@
|
||||
pipeline {
|
||||
agent { dockerfile true }
|
||||
options {
|
||||
copyArtifactPermission('*');
|
||||
}
|
||||
|
||||
stages {
|
||||
stage('evaluateDataset') {
|
||||
steps {
|
||||
copyArtifacts filter: '*', fingerprintArtifacts: true, projectName: 's452487-training'
|
||||
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