@@ -41,7 +41,7 @@ Ok. Still here?! Then this might be for you :bowtie:
41
41
42
42
### Webhook - The only who tells the truth!
43
43
44
- ![ ] ( https://codeclou.github.io/jenkins-github-webhook-notifier -plugin/img/webhook-payload---with-overlays.png )
44
+ ![ ] ( https://codeclou.github.io/jenkins-github-webhook-build-trigger -plugin/img/webhook-payload---with-overlays.png )
45
45
46
46
-----
47
47
@@ -94,26 +94,26 @@ When using matrix-based security the 'Anonymous' user needs 'Job' `build,discove
94
94
* ** Which events ...**
95
95
* Just the ` push ` event
96
96
97
- <p align =" center " ><img src =" https://codeclou.github.io/jenkins-github-webhook-notifier -plugin/img/github-webhook-settings.png " width =" 80% " ></p >
97
+ <p align =" center " ><img src =" https://codeclou.github.io/jenkins-github-webhook-build-trigger -plugin/img/github-webhook-settings.png " width =" 80% " ></p >
98
98
99
99
100
100
### Jenkins Job Configuration
101
101
102
102
103
- <p align =" center " ><img src =" https://codeclou.github.io/jenkins-github-webhook-notifier -plugin/img/jenkins-source-code-management.png " width =" 80% " ></p >
103
+ <p align =" center " ><img src =" https://codeclou.github.io/jenkins-github-webhook-build-trigger -plugin/img/jenkins-source-code-management.png " width =" 80% " ></p >
104
104
105
- <p align =" center " ><img src =" https://codeclou.github.io/jenkins-github-webhook-notifier -plugin/img/jenkins-build-trigger.png " width =" 80% " ></p >
105
+ <p align =" center " ><img src =" https://codeclou.github.io/jenkins-github-webhook-build-trigger -plugin/img/jenkins-build-trigger.png " width =" 80% " ></p >
106
106
107
107
108
108
### Example Trigger
109
109
110
110
We can see in the Response Tab of a GitHub Webhook Delivery that we notify the Git-Plugin with a specific sha1 commit id.
111
111
112
- <p align =" center " ><img src =" https://codeclou.github.io/jenkins-github-webhook-notifier -plugin/img/webhook-specific-commit-id.png " width =" 80% " ></p >
112
+ <p align =" center " ><img src =" https://codeclou.github.io/jenkins-github-webhook-build-trigger -plugin/img/webhook-specific-commit-id.png " width =" 80% " ></p >
113
113
114
114
And that triggers this exact id for the exact branch/tag that has been sent by the Webhook as JSON payload.
115
115
116
- <p align =" center " ><img src =" https://codeclou.github.io/jenkins-github-webhook-notifier -plugin/img/jenkins-build-by-commit-id.png " width =" 80% " ></p >
116
+ <p align =" center " ><img src =" https://codeclou.github.io/jenkins-github-webhook-build-trigger -plugin/img/jenkins-build-by-commit-id.png " width =" 80% " ></p >
117
117
118
118
119
119
0 commit comments