diff options
author | Christine Curry <89850583+christine-curry-sonarsource@users.noreply.github.com> | 2022-06-20 13:31:43 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-06-20 20:02:54 +0000 |
commit | ca9d317cbf582c82f9bad08f4896f23529899256 (patch) | |
tree | 2d69a7633eacb5ad3ef5ad8a6efe4299a714364a /server | |
parent | f5d5bebb4f42117e7f4b9b604d661850e2f586c5 (diff) | |
download | sonarqube-ca9d317cbf582c82f9bad08f4896f23529899256.tar.gz sonarqube-ca9d317cbf582c82f9bad08f4896f23529899256.zip |
SONAR-16484 Update SonarScanner for Jenkins docs fix credentialsId (#6098)
Diffstat (limited to 'server')
-rw-r--r-- | server/sonar-docs/src/pages/analysis/scan/sonarscanner-for-jenkins.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-docs/src/pages/analysis/scan/sonarscanner-for-jenkins.md b/server/sonar-docs/src/pages/analysis/scan/sonarscanner-for-jenkins.md index befdcb546c2..b17887ce1b5 100644 --- a/server/sonar-docs/src/pages/analysis/scan/sonarscanner-for-jenkins.md +++ b/server/sonar-docs/src/pages/analysis/scan/sonarscanner-for-jenkins.md @@ -92,7 +92,7 @@ If you don't see a drop-down list with all available SonarScanner versions but i ## Using a Jenkins pipeline We provide a `withSonarQubeEnv` block that allows you to select the SonarQube server you want to interact with. Connection details you have configured in Jenkins global configuration will be automatically passed to the scanner. -If needed you can override the `credentialId` if you don't want to use the one defined in global configuration (for example if you define credentials at folder level). +If needed you can override the `credentialsId` if you don't want to use the one defined in global configuration (for example if you define credentials at folder level). If you only need the SonarQube environment variables to be expanded in the build context then you can override the `envOnly` flag. ``` |