This commit is contained in:
Jakub Henyk 2023-05-11 21:17:26 +02:00
parent 76a2f14c21
commit daf057a0f5

View File

@ -7,7 +7,7 @@ pipeline {
stages { stages {
stage('Archive Output') { stage('Archive Output') {
steps { steps {
archiveArtifacts 'my_runs' archiveArtifacts 'my_runs/**/*.*'
} }
} }
} }