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
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ That means if your repository is `https://github.com/codeclou/test-webhook.git`
86
86
We do not use 'Source Code Management' and we do not need to specify some 'Build Triggers' since it is all done
87
87
magically by convention over configuration.
88
88
89
- <p align =" center " ><img src =" https://codeclou.github.io/jenkins-github-webhook-build-trigger-plugin/img/jenkins-job-config---with-overlays.png " width =" 80% " ></p >
89
+ <p align =" center " ><img src =" https://codeclou.github.io/jenkins-github-webhook-build-trigger-plugin/img/jenkins-job-config---with-overlays.png?v2 " width =" 80% " ></p >
90
90
91
91
  ;
92
92
@@ -190,6 +190,17 @@ git clone --single-branch \
190
190
source
191
191
```
192
192
193
+ -----
194
+
195
+   ;
196
+
197
+ ### Jenkins Job Example Triggered by Webhook Push
198
+
199
+ This is how it looks, when a Job gets triggered by a GitHub Webhook push.
200
+
201
+ <p align =" center " ><img src =" https://codeclou.github.io/jenkins-github-webhook-build-trigger-plugin/img/job-triggered---with-overlay.png " width =" 80% " ></p >
202
+
203
+   ;
193
204
194
205
-----
195
206
You can’t perform that action at this time.
0 commit comments