SonarQubePublish@7 - Publish Quality Gate Result v7 task
Publish SonarQube's Quality Gate result on the Azure DevOps build result, to be used after the actual analysis.
Note
The SonarQube tasks are part of the SonarQube extension for Azure DevOps, which is pre-installed in Azure DevOps Services. For more information and support for SonarQube and SonarQube tasks, see SonarQube extension for Azure DevOps, SonarQube - Visual Studio Marketplace, and Sonar Community.
# Publish Quality Gate Result v7
# Publish SonarQube's Quality Gate result on the Azure DevOps build result, to be used after the actual analysis.
- task: SonarQubePublish@7
inputs:
pollingTimeoutSec: '300' # string. Required. Timeout (s). Default: 300.
pollingTimeoutSec
- Timeout (s)
string
. Required. Default value: 300
.
This task will poll SonarQube until the analysis is completed, or until the timeout is reached. It also add a build property with the quality gate status of the current build(s) analyses.
All tasks have control options in addition to their task inputs. For more information, see Control options and common task properties.
None.
Note
The SonarQube tasks are part of the SonarQube extension for Azure DevOps, which is pre-installed in Azure DevOps Services. For more information and support for SonarQube and SonarQube tasks, see SonarQube extension for Azure DevOps, SonarQube - Visual Studio Marketplace, and Sonar Community.
Requirement | Description |
---|---|
Pipeline types | YAML, Classic build |
Runs on | Agent, DeploymentGroup |
Demands | None |
Capabilities | This task does not satisfy any demands for subsequent tasks in the job. |
Command restrictions | Any |
Settable variables | Any |
Agent version | 3.218.0 or greater |
Task category | Build |