File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -201,6 +201,7 @@ run_standard_pipeline() {
201201
202202 if [ " ${BUILD_ENABLE_SONAR} " = " true" ]; then
203203 read -ra sonar_args <<< " $BUILD_SONAR_ARGS"
204+ # This will call back to shared sonar_scanner_implementation() function
204205 # orchestrate_sonar_platforms emits its own groups
205206 orchestrate_sonar_platforms " ${sonar_args[@]+${sonar_args[@]} } "
206207 fi
Original file line number Diff line number Diff line change @@ -271,6 +271,7 @@ run_standard_pipeline() {
271271
272272 if [ " ${BUILD_ENABLE_SONAR} " = " true" ]; then
273273 read -ra sonar_args <<< " $BUILD_SONAR_ARGS"
274+ # This will call back to shared sonar_scanner_implementation() function
274275 # orchestrate_sonar_platforms emits its own groups
275276 orchestrate_sonar_platforms " ${sonar_args[@]+${sonar_args[@]} } "
276277 fi
You can’t perform that action at this time.
0 commit comments