Archive wildcard path test
This commit is contained in:
parent
9330fbbd1f
commit
b8e232e544
@ -40,6 +40,6 @@ node {
|
|||||||
}
|
}
|
||||||
|
|
||||||
stage('Archive arifacts') {
|
stage('Archive arifacts') {
|
||||||
archiveArtifacts artifacts: 'avocado.data*', followSymlinks: false, onlyIfSuccessful: true
|
archiveArtifacts artifacts: '*data/avocado.data*', followSymlinks: false, onlyIfSuccessful: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user