Enhance error handling
2 unresolved threads
2 unresolved threads
Merge request reports
Activity
Filter activity
assigned to @roman.azarenko
I would suggest adding rules to
run_static_code_analysis
andrun_shell_check
jobs to avoid spawning jobs in the first place if their respective source code path var is undefined or set toSKIP
.Otherwise you'll have green/passed jobs that give a false impression that the code passes those checks, unless one explicitly checks the logs. Also unnecessarily spawns extra jobs that don't bring any value.
Please register or sign in to reply