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`
8686We do not use 'Source Code Management' and we do not need to specify some 'Build Triggers' since it is all done
8787magically by convention over configuration.
8888
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 >
9090
9191  ;
9292
@@ -190,6 +190,17 @@ git clone --single-branch \
190190 source
191191```
192192
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+   ;
193204
194205-----
195206
You can’t perform that action at this time.
0 commit comments