Browse Source

jenkins: archive catkin test logs on failure

sbg
Anthony Lamping 6 years ago committed by Daniel Agar
parent
commit
ff8e70f6b3
  1. 3
      Jenkinsfile

3
Jenkinsfile vendored

@ -39,6 +39,9 @@ pipeline { @@ -39,6 +39,9 @@ pipeline {
always {
sh 'rm -rf catkin_ws'
}
failure {
archiveArtifacts(allowEmptyArchive: false, artifacts: '.ros/**/*.xml, .ros/**/*.log')
}
}
options {
checkoutToSubdirectory('catkin_ws/src/Firmware')

Loading…
Cancel
Save