You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,8 @@ This plugin is designed to run SonarQube scans and handle the results and conver
10
10
- Generate JUnit reports based on the scan results
11
11
- Quality Gate status reporting + Metrics
12
12
- 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
13
15
14
16
Obs: USe branch and pr_key params for accuracy results matches when skiping the scan
15
17
@@ -207,6 +209,8 @@ steps:
207
209
- Example: `"taskid": "your-task-id"`
208
210
- `skip_scan`: Skip Sonar analysis scan - get last analysis automatically.
209
211
- Example: `"skip_scan": true`
212
+
- `SONAR_SCANNER_OPTS`: pass any Sonar JVM param as env var during execution.
0 commit comments