diff options
author | MikeBirnstiehl <michael.birnstiehl@sonarsource.com> | 2020-08-12 07:58:11 -0500 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2020-08-12 20:06:28 +0000 |
commit | 7f657d7e476bb650814ae7cd4287a1c1dd147fe3 (patch) | |
tree | 7306c16e90d5eda3d99439a200309511dcdf5e71 /server/sonar-docs/src/pages | |
parent | 94ea3b30c8fded80d7c02e1f4da12c9e5e6092d3 (diff) | |
download | sonarqube-7f657d7e476bb650814ae7cd4287a1c1dd147fe3.tar.gz sonarqube-7f657d7e476bb650814ae7cd4287a1c1dd147fe3.zip |
DOCS fix GitHub Branch Source plugin reference
Diffstat (limited to 'server/sonar-docs/src/pages')
-rw-r--r-- | server/sonar-docs/src/pages/analysis/jenkins.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/server/sonar-docs/src/pages/analysis/jenkins.md b/server/sonar-docs/src/pages/analysis/jenkins.md index f74643d740f..137781aa0ce 100644 --- a/server/sonar-docs/src/pages/analysis/jenkins.md +++ b/server/sonar-docs/src/pages/analysis/jenkins.md @@ -41,7 +41,7 @@ Click your ALM below to expand the instructions on installing and configuring th | | [GitHub Branch Source plugin](https://plugins.jenkins.io/github-branch-source/) version 2.7.1 or later is required | -| 1. From the Jenkins Dashboard, navigate to **Manage Jenkins > Manage Plugins** and install the **Bitbucket Branch Source** plugin. +| 1. From the Jenkins Dashboard, navigate to **Manage Jenkins > Manage Plugins** and install the **GitHub Branch Source** plugin. | 1. From the Jenkins Dashboard, navigate to **Manage Jenkins > Configure System**. | 1. From the **GitHub** or **GitHub Enterprise Servers** section, add your GitHub server. | 1. Click **Save**. @@ -92,4 +92,4 @@ To fix this, either change the discovery strategy or manually fetch the target b ``` git fetch +refs/heads/${CHANGE_TARGET}:refs/remotes/origin/${CHANGE_TARGET} -```
\ No newline at end of file +``` |