Skip to content

Commit

Permalink
Merge pull request frankaemika#20 in SRR/franka_ros2 from SRR-1532-cl…
Browse files Browse the repository at this point in the history
…ean-ws to develop

* commit 'ab5c0cb8034091e8812f65f6e7607998e06c3313':
  ADD: clean workspace at the end of the pipeline
  • Loading branch information
falfab committed Jul 22, 2022
2 parents e251ca4 + ab5c0cb commit 419beac
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,16 @@ pipeline {
colcon test-result
'''
}
post {
always {
junit 'build/**/test_results/**/*.xml'
}
}
}
}
post {
always {
junit 'build/**/test_results/**/*.xml'
cleanWs()
script {
notifyBitbucket()
}
Expand Down

0 comments on commit 419beac

Please sign in to comment.