Skip to content

Commit

Permalink
Adapt post action
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnikaLau committed Sep 6, 2023
1 parent d2e877c commit faf6c7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testsuite/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ pipeline {
}
post {
failure {
archiveArtifacts artifacts: '*.log', allowEmptyArchive: true
echo 'Cleaning up workspace'
deleteDir()
}
Expand Down

0 comments on commit faf6c7b

Please sign in to comment.