forked from Archive/PX4-Autopilot
jenkins: retry clang-tidy step, max of 3 runs
This commit is contained in:
parent
ad8539bd15
commit
906559d8cf
|
@ -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'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue