fix jenkins

This commit is contained in:
filnow 2024-03-26 21:29:50 +01:00
parent e330b1d230
commit a4bca7bae4
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -32,7 +32,7 @@ pipeline {
}
post {
success {
archiveArtifacts artifacts: 'data', onlyIfSuccessful: true
archiveArtifacts artifacts: 'data/**', onlyIfSuccessful: true
}
}
}