diff --git a/README.md b/README.md index caeb3f3bc..405414476 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,8 @@ Login and Password to token** > credentials. **Step 2.2.** Select previously created "Secret Text" credentials with -GitHub OAuth token. +GitHub OAuth token. Username/Passwowrd credentials cannot be used for +auto configuration of GitHub security policy effecive since Feb 21. *Required scopes for token* @@ -103,10 +104,12 @@ only credentials that matched by predefined domains. ![](/docs/images/secret-text.png) **Step 3.** Once that configuration is done, go to the project config of -each job you want triggered automatically and simply check "Build when a -change is pushed to GitHub" under "Build Triggers". With this, every new +each job you want triggered automatically and simply check "GitHub hook +trigger for GITScm polling" under "Build Triggers". With this, every new push to the repository automatically triggers a new build. +![](/docs/images/gitscm.png) + Note that there's only one URL and it receives all post-receive POSTs for all your repositories. The server side of this URL is smart enough to figure out which projects need to be triggered, based on the diff --git a/docs/images/changes-2.png b/docs/images/changes-2.png index de0c2ca73..eff789a57 100644 Binary files a/docs/images/changes-2.png and b/docs/images/changes-2.png differ diff --git a/docs/images/changes-old-2.png b/docs/images/changes-old-2.png new file mode 100644 index 000000000..de0c2ca73 Binary files /dev/null and b/docs/images/changes-old-2.png differ diff --git a/docs/images/changes-old.png b/docs/images/changes-old.png new file mode 100644 index 000000000..abef8afca Binary files /dev/null and b/docs/images/changes-old.png differ diff --git a/docs/images/changes.png b/docs/images/changes.png index abef8afca..83c4ce89d 100644 Binary files a/docs/images/changes.png and b/docs/images/changes.png differ diff --git a/docs/images/ghserver-config-old.png b/docs/images/ghserver-config-old.png new file mode 100644 index 000000000..3cb96fe75 Binary files /dev/null and b/docs/images/ghserver-config-old.png differ diff --git a/docs/images/ghserver-config.png b/docs/images/ghserver-config.png index 3cb96fe75..4975da2a1 100644 Binary files a/docs/images/ghserver-config.png and b/docs/images/ghserver-config.png differ diff --git a/docs/images/gitscm.png b/docs/images/gitscm.png new file mode 100644 index 000000000..1f8334eaa Binary files /dev/null and b/docs/images/gitscm.png differ diff --git a/docs/images/manage-token-old.png b/docs/images/manage-token-old.png new file mode 100644 index 000000000..81264e6cd Binary files /dev/null and b/docs/images/manage-token-old.png differ diff --git a/docs/images/manage-token.png b/docs/images/manage-token.png index 81264e6cd..ead0ded37 100644 Binary files a/docs/images/manage-token.png and b/docs/images/manage-token.png differ