mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-08-01 20:27:57 +08:00
jenkins: retry clang-tidy step, max of 3 runs
This commit is contained in:
committed by
Daniel Agar
parent
ad8539bd15
commit
906559d8cf
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@@ -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