Archive wildcard path test

This commit is contained in:
MatOgr 2022-04-03 21:40:10 +02:00
parent 9330fbbd1f
commit b8e232e544

View File

@ -40,6 +40,6 @@ node {
}
stage('Archive arifacts') {
archiveArtifacts artifacts: 'avocado.data*', followSymlinks: false, onlyIfSuccessful: true
archiveArtifacts artifacts: '*data/avocado.data*', followSymlinks: false, onlyIfSuccessful: true
}
}