8000 Update README.md · kutzi/github-plugin@2bf6267 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2bf6267

Browse files
authored
Update README.md
Correct/clarify name of the trigger option in the job config.
1 parent c616d4f commit 2bf6267

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ repositories](https://help.github.com/post-receive-hooks/). This trigger
3636
only kicks git-plugin internal polling algo for every incoming event
3737
against matched repo.
3838

39-
> This plugin was previously named as "Build when a change is pushed to GitHub"
39+
> This trigger was previously named as "Build when a change is pushed to GitHub"
4040
4141
## Usage
4242

@@ -103,8 +103,8 @@ only credentials that matched by predefined domains.
103103
![](/docs/images/secret-text.png)
104104

105105
**Step 3.** Once that configuration is done, go to the project config of
106-
each job you want triggered automatically and simply check "Build when a
107-
change is pushed to GitHub" under "Build Triggers". With this, every new
106+
each job you want triggered automatically and simply check "GitHub hook trigger for GITScm polling"
107+
under "Build Triggers". With this, every new
108108
push to the repository automatically triggers a new build.
109109

110110
Note that there's only one URL and it receives all post-receive POSTs

0 commit comments

Comments
 (0)
0