This commit is contained in:
filnow 2024-03-26 21:40:11 +01:00
parent d725fe782e
commit 6e030fb703
2 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

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