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
* Enter a relevant name in the `Task name` field. It is a mandatory field.
14
14
* Enter a descriptive message for the task in the `Description` field. It is an optional field.
15
15
* Provide a value for the input variable.<br> Note: The value may be any of the values from the previous build stages, a global variable, or a custom value.</br>
16
16
17
17
| Variable | Format | Description |
18
18
| ---- | ---- | ---- |
19
+
| SonarqubeProjectPrefixName | String | This is the SonarQube project prefix name. If not provided, the prefix name is automatically generated. |
20
+
| SonarqubeBranchName | String | Branch name to be used to send the scanned result on sonarqube project. |
| SonarqubeApiKey | String | API key of SonarQube account |
21
-
| SonarqubeEndpoint | String | API endpoint of SonarQube account |
22
-
| CheckoutPath | String | Checkout path of Git material |
23
-
| UsePropertiesFileFromProject | Boolean | Enter either `true` or `false` accordingly whether the configuration file should be fetched from the project's source code |
24
-
| CheckForSonarAnalysisReport | Boolean | Enter either `true` or `false` accordingly whether you want poll or actively check for the generation of the SonarQube analysis report |
25
-
| AbortPipelineOnPolicyCheckFailed | Boolean | Enter either `true` or `false` accordingly whether you want to check if the policy fails or not |
28
+
| SonarContainerImage | String | Container Image that will be used for sonar scanning purpose. |
26
29
27
30
*`Trigger/Skip Condition` refers to a conditional statement to execute or skip the task. You can select either:<ul><li>`Set trigger conditions` or</li><li>`Set skip conditions`</li></ul>
0 commit comments