mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-16 17:47:36 +08:00
jenkins: retry clang-tidy step, max of 3 runs
This commit is contained in:
committed by
Daniel Agar
parent
ad8539bd15
commit
906559d8cf
Vendored
+4
-2
@@ -132,8 +132,10 @@ pipeline {
|
||||
}
|
||||
steps {
|
||||
sh 'export'
|
||||
sh 'make distclean'
|
||||
sh 'make clang-tidy-quiet'
|
||||
retry (3) {
|
||||
sh 'make distclean'
|
||||
sh 'make clang-tidy-quiet'
|
||||
}
|
||||
sh 'make distclean'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user