Skip to content
This repository was archived by the owner on Sep 25, 2020. It is now read-only.

Commit 92a6d3c

Browse files
authored
Update previously used name for Github trigger option
This name looks like it was changed from "Build when a change is pushed to GitHub" to "GitHub hook trigger for GITScm polling" a few years ago. However in Configure System under the Github plugin it still has the wrong text when clicking the help button. This confused me today and looks like it's been confusing for a few years now from [Stack Overflow](https://stackoverflow.com/questions/30576881/jenkins-build-when-a-change-is-pushed-to-github-option-is-not-working)
1 parent e9a4ec1 commit 92a6d3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/main/resources/org/jenkinsci/plugins/github/config/GitHubPluginConfig

src/main/resources/org/jenkinsci/plugins/github/config/GitHubPluginConfig/help.jelly

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
This plugin doesn't do anything with the GitHub API unless you add a configuration with credentials.
99
So if you don't want to add any configuration, you can set up hooks for this Jenkins instance manually.
1010
<br/>
11-
In this mode, in addition to configuring projects with "<i>Build when a change is pushed to GitHub</i>",
11+
In this mode, in addition to configuring projects with "<i>GitHub hook trigger for GITScm polling</i>",
1212
you need to ensure that Jenkins gets a POST to its
1313
<tt><a href="${rootURL}/github-webhook/">${app.rootUrl}github-webhook/</a></tt>.
1414
</p>

0 commit comments

Comments
 (0)