forked from Archive/PX4-Autopilot
Jenkins unit tests coverage force pass for now
This commit is contained in:
parent
c3cf5e6822
commit
36ff6202a9
|
@ -198,7 +198,7 @@ pipeline {
|
||||||
failure {
|
failure {
|
||||||
sh('ls -a')
|
sh('ls -a')
|
||||||
sh('find . -name core')
|
sh('find . -name core')
|
||||||
sh('gdb --batch --quiet -ex "thread apply all bt full" -ex "quit" build/posix_sitl_default/px4 core')
|
sh('gdb --batch --quiet -ex "thread apply all bt full" -ex "quit" build/posix_sitl_default/px4 core || true') // always pass for now
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue