mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-20 03:13:44 +08:00
jenkins: archive catkin test logs on failure
This commit is contained in:
committed by
Daniel Agar
parent
97445b60aa
commit
ff8e70f6b3
Vendored
+3
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user