mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
Jenkins unit tests coverage force pass for now
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -198,7 +198,7 @@ pipeline {
|
||||
failure {
|
||||
sh('ls -a')
|
||||
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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user