jenkins: archive catkin test logs on failure

This commit is contained in:
Anthony Lamping
2019-07-28 10:25:36 -04:00
committed by Daniel Agar
parent 97445b60aa
commit ff8e70f6b3
Vendored
+3
View File
@@ -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')