Archive wildcard another test

This commit is contained in:
MatOgr 2022-04-03 21:42:01 +02:00
parent b8e232e544
commit fd2a336fcb

View File

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