@@ -21,8 +21,8 @@ The Github plugin decorates Jenkins "Changes" pages to create links to
21
21
your Github commit and issue pages. It adds a sidebar link that links
22
22
back to the Github project page.
23
23
24
- ![ ] ( /docs/images/changes .png )
25
- ![ ] ( /docs/images/changes -2.png )
24
+ ![ ] ( /docs/images/image-1 .png )
25
+ ![ ] ( /docs/images/image -2.png )
26
26
27
27
When creating a job, specify that is connects to git. Under "Github
28
28
project", put in: git@github.com :* Person* /* Project* .git Under "Source
@@ -65,15 +65,15 @@ GitHub OAuth token so that Jenkins can login as you to do this.
65
65
66
66
** Step 1.** Go to the global configuration and add GitHub Server Config.
67
67
68
- ![ ] ( /docs/images/ghserver-config .png )
68
+ ![ ] ( /docs/images/image-3 .png )
69
69
70
70
** Step 2.1.** Create your personal access token in GitHub.
71
71
72
72
Plugin can help you to do it with all required scopes. Go to
73
73
** Advanced** -\> ** Manage Additional GitHub Actions** -\> ** Convert
74
74
Login and Password to token**
75
75
76
- ![ ] ( /docs/images/manage-token .png )
76
+ ![ ] ( /docs/images/image-4 .png )
77
77
78
78
> * Two-Factor Authentication*
79
79
>
@@ -103,10 +103,11 @@ only credentials that matched by predefined domains.
103
103
![ ] ( /docs/images/secret-text.png )
104
104
105
105
** Step 3.** Once that configuration is done, go to the project config of
106
- each job you want triggered automatically and simply check "Build when a
107
- change is pushed to GitHub" under "Build Triggers". With this, every new
106
+ each job you want triggered automatically and simply check "GitHub hook trigger for GITScm polling" under "Build Triggers". With this, every new
108
107
push to the repository automatically triggers a new build.
109
108
109
+ ![ ] ( /docs/images/image-5.png )
110
+
110
111
Note that there's only one URL and it receives all post-receive POSTs
111
112
for all your repositories. The server side of this URL is smart enough
112
113
to figure out which projects need to be triggered, based on the
0 commit comments