Skip to content
Snippets Groups Projects
Commit 906559d8 authored by Anthony Lamping's avatar Anthony Lamping Committed by Daniel Agar
Browse files

jenkins: retry clang-tidy step, max of 3 runs

parent ad8539bd
No related branches found
No related tags found
No related merge requests found
......@@ -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'
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment