Skip to content

Commit

Permalink
Merge pull request #269 from tjeske/tjeske/dev
Browse files Browse the repository at this point in the history
archive osgi logs
  • Loading branch information
cdietrich authored Sep 22, 2023
2 parents ed3a62e + cb62036 commit d80f454
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ EOF
post {
always {
junit allowEmptyResults: true, testResults: '**/surefire-reports/*.xml'
archiveArtifacts artifacts: '**/target/work/data/.metadata/.log, **/target/work/data/.metadata/bak*.log'
}
cleanup {
script {
Expand Down

0 comments on commit d80f454

Please sign in to comment.