You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Configuration.adoc
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,8 @@
5
5
- Configure https://wiki.jenkins-ci.org/display/JENKINS/GitHub+Plugin[github-plugin] according to it's documentation.
6
6
- Set `GitHub project property` with link to your GitHub repository in Job settings.
7
7
image::github-project-property.png[]
8
+
- Advanced section contains configuration for configuring `GitHub Repository Provider`. Provider is source of connection to
9
+
GitHub used by Triggers. Trigger may do automatic hooks registration, but it requires `ADMIN` level access for user and OAuth scopes for token based connection. Trigger may not work when it can't get connection to GitHub so you may want to tune it for example with using `PULL` perms for building some upstream project or `PUSH` with ability to set commit status contexts (green/red checkboxes per commit).
0 commit comments