This commit is contained in:
Mateusz 2024-06-01 17:40:19 +02:00
parent cc56865cc1
commit 0ff7d1c06f
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -61,7 +61,7 @@ pipeline {
stage('Archive Artifacts from Experiments') {
steps {
archiveArtifacts artifacts: 'experiments/*', onlyIfSuccessful: true
archiveArtifacts artifacts: 'experiments/**/*.*', onlyIfSuccessful: true
}
}
}