This repository was archived by the owner on Mar 14, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ If you can agree with all statements, then this is for you.
1414 * Using the [ git commandline client] ( https://git-scm.com/book/en/v2/Getting-Started-The-Command-Line ) in Jenkins Jobs:
1515 * gives me the control I want and need.
1616 * replaces all other mostly defunct and/or bloated Git Plugins.
17- * I only use GitHub.com for my repositorys .
17+ * I only use GitHub.com for my repositories .
1818 * I only 'git clone' via ` https:// ` URLs.
1919 * I work with git branches and tags.
2020 * I want my Jenkins jobs triggered at every push (branch or tag).
@@ -30,11 +30,19 @@ Ok. Still here?! Then this might be for you :bowtie:
3030
3131### How it works in three sentences
3232
33- * It parses the actual GitHub Webhook JSON Payload and extracts its information.
34- * It triggers all Jenkins jobs matching ` {repositoryOwner}---{repositoryName}.* `
35- * It injects Environment Variables into the job run for you to determine what branch and revision is to clone.
33+ * Plugin REST Endpoint parses the actual GitHub Webhook JSON Payload and extracts its information.
34+ * It then triggers all Jenkins jobs matching ` {repositoryOwner}---{repositoryName}.* `
35+ * Lastly it injects Environment Variables into the job run for you to determine what branch and revision is to clone.
3636
3737
38+ -----
39+
40+   ;
41+
42+ ### Webhook - The only who tells the truth!
43+
44+ ![ ] ( https://codeclou.github.io/jenkins-github-webhook-notifier-plugin/img/webhook-payload---with-overlays.png )
45+
3846-----
3947
4048  ;
You can’t perform that action at this time.
0 commit comments