IUM_7
This commit is contained in:
parent
cc56865cc1
commit
0ff7d1c06f
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -61,7 +61,7 @@ pipeline {
|
|||||||
|
|
||||||
stage('Archive Artifacts from Experiments') {
|
stage('Archive Artifacts from Experiments') {
|
||||||
steps {
|
steps {
|
||||||
archiveArtifacts artifacts: 'experiments/*', onlyIfSuccessful: true
|
archiveArtifacts artifacts: 'experiments/**/*.*', onlyIfSuccessful: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user