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
- `token`: The token for authenticating with the SonarQube server.
177
177
- Example: `"token": "your-sonarqube-token"`
178
-
- `ver`: The version of the project.
179
-
- Example: `"ver": "1.0.0"`
178
+
- `build_number`: The version of the project.
179
+
- Example: `"build_number": "1.0.0"`
180
180
- `workspace`: The workspace folder that will be passed to SonarQube CLI in case you are not cloning or scaning the /harness folder directly.
181
181
- Example: `"workspace": "/harness/subfolder"`
182
182
- `branch`: The branch of the project. This parameter is used to specify the branch of your codebase that the results should be matched with. If you're working on multiple branches, it's important to specify the correct branch to ensure that you're looking at the correct set of results.
0 commit comments