Skip to content

Commit fd19b3c

Browse files
Update README.md
1 parent 01f456e commit fd19b3c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ This plugin is designed to run SonarQube scans and handle the results and conver
1010
- Generate JUnit reports based on the scan results
1111
- Quality Gate status reporting + Metrics
1212
- Skip Scan and only check for quality Gate Status of a specific analysisId or last analysis
13+
- Waiting for Analysis and QualityGate nows skip the wait if set to false - thanks @kangguru
14+
- Added SONAR_SCANNER_OPTS as param, so it transform into this env var during execution for Sonar JVM params - check for the param detail section below
1315

1416
Obs: USe branch and pr_key params for accuracy results matches when skiping the scan
1517

@@ -207,6 +209,8 @@ steps:
207209
- Example: `"taskid": "your-task-id"`
208210
- `skip_scan`: Skip Sonar analysis scan - get last analysis automatically.
209211
- Example: `"skip_scan": true`
212+
- `SONAR_SCANNER_OPTS`: pass any Sonar JVM param as env var during execution.
213+
- Example: `"SONAR_SCANNER_OPTS": "--add-opens java.base/sun.nio.ch=ALL-UNNAMED --add-opens java.base/java.io=ALL-UNNAMED"`
210214

211215
Detail Informations/tutorials Parameteres: [DOCS.md](DOCS.md).
212216

0 commit comments

Comments
 (0)