]> source.dussan.org Git - sonarqube.git/commitdiff
DOCS fix GitHub Branch Source plugin reference
authorMikeBirnstiehl <michael.birnstiehl@sonarsource.com>
Wed, 12 Aug 2020 12:58:11 +0000 (07:58 -0500)
committersonartech <sonartech@sonarsource.com>
Wed, 12 Aug 2020 20:06:28 +0000 (20:06 +0000)
server/sonar-docs/src/pages/analysis/jenkins.md

index f74643d740fd5887301d8b0a6663a25f7aa153df..137781aa0ce7f2ca7b8d4e0451f6a2baebdaa2d2 100644 (file)
@@ -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
+```