Update Jenkinsfile
This commit is contained in:
parent
322f486b91
commit
0352e5bccc
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -1,9 +1,14 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent { dockerfile true }
|
agent { dockerfile true }
|
||||||
|
options {
|
||||||
|
copyArtifactPermission('*');
|
||||||
|
}
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
stage('evaluateDataset') {
|
stage('evaluateDataset') {
|
||||||
steps {
|
steps {
|
||||||
copyArtifacts filter: '*', fingerprintArtifacts: true, projectName: 's452487-training'
|
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 "chmod +x -R ${env.WORKSPACE}"
|
||||||
sh './evaluate.sh'
|
sh './evaluate.sh'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user