This commit is contained in:
Mateusz 2024-06-01 17:40:19 +02:00
parent cc56865cc1
commit 0ff7d1c06f

2
Jenkinsfile vendored
View File

@ -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
} }
} }
} }