Skip to content
This repository was archived by the owner on Mar 14, 2023. It is now read-only.

Commit 5080450

Browse files
author
Bernhard Grünewaldt
committed
doc
1 parent 17435f9 commit 5080450

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ This is how you need to configure the GitHub Webhook in your repository 'Setting
5050
* `https://jenkins/github-webhook-build-trigger/receive`
5151
* Note:
5252
* The endpoint can be called without authentication.
53-
* When using matrix-based security 'Anonymous' needs 'Job' → `build,discover,read` permissions.
5453
* **Content type**
5554
* `application/json`
5655
* **Secret**
@@ -67,11 +66,15 @@ This is how you need to configure the GitHub Webhook in your repository 'Setting
6766

6867
### Jenkins Global Configuration
6968

70-
You can configure the Webhook Secret Globally via 'Manage Jenkins' → 'Configure System' → 'Github Webhook Notifier Plugin'.
69+
You can configure the **Webhook Secret** Globally via 'Manage Jenkins' → 'Configure System' → 'Github Webhook Notifier Plugin'. If you do not configure it, the webhook secret sent by GitHub will be ignored.
7170

7271
<p align="center"><img src="https://codeclou.github.io/jenkins-github-webhook-build-trigger-plugin/img/jenkins-global-config---with-overlay.png" width="80%"></p>
7372

74-
If you do not configure it, webhook secret sent by GitHub will be ignored.
73+
&nbsp;
74+
75+
Concerning 'Manage Jenkins' → **'Configure Global Security'**, 'Prevent Cross Site Request Forgery exploits' must be disabled.
76+
When using matrix-based security 'Anonymous' needs 'Job' → `build,discover,read` permissions.
77+
7578

7679
-----
7780

@@ -212,7 +215,7 @@ This is how it looks, when a Job gets triggered by a GitHub Webhook push.
212215

213216
**Build Plugin**
214217

215-
Jave Oracle Java 8 and Apache Maven 3 installed. And then build like this:
218+
Have Jave Oracle Java 8 and Apache Maven 3 installed. And then build like this:
216219

217220
```bash
218221
git clone https://github.com/codeclou/jenkins-github-webhook-build-trigger-plugin.git

0 commit comments

Comments
 (0)