8000 Doc update with clear images · srbala/github-plugin@99c73f9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 99c73f9

Browse files
committed
Doc update with clear images
1 parent 460f709 commit 99c73f9

File tree

6 files changed

+7
-6
lines changed

6 files changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ The Github plugin decorates Jenkins "Changes" pages to create links to
2121
your Github commit and issue pages. It adds a sidebar link that links
2222
back to the Github project page.
2323

24-
![](/docs/images/changes.png)
25-
![](/docs/images/changes-2.png)
24+
![](/docs/images/image-1.png)
25+
![](/docs/images/image-2.png)
2626

2727
When creating a job, specify that is connects to git. Under "Github
2828
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.
6565

6666
**Step 1.** Go to the global configuration and add GitHub Server Config.
6767

68-
![](/docs/images/ghserver-config.png)
68+
![](/docs/images/image-3.png)
6969

7070
**Step 2.1.** Create your personal access token in GitHub.
7171

7272
Plugin can help you to do it with all required scopes. Go to
7373
**Advanced** -\> **Manage Additional GitHub Actions** -\> **Convert
7474
Login and Password to token**
7575

76-
![](/docs/images/manage-token.png)
76+
![](/docs/images/image-4.png)
7777

7878
> *Two-Factor Authentication*
7979
>
@@ -103,10 +103,11 @@ only credentials that matched by predefined domains.
103103
![](/docs/images/secret-text.png)
104104

105105
**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
108107
push to the repository automatically triggers a new build.
109108

109+
![](/docs/images/image-5.png)
110+
110111
Note that there's only one URL and it receives all post-receive POSTs
111112
for all your repositories. The server side of this URL is smart enough
112113
to figure out which projects need to be triggered, based on the

docs/images/image-1.png

73.9 KB
Loading

docs/images/image-2.png

50.5 KB
Loading

docs/images/image-3.png

24 KB
Loading

docs/images/image-4.png

25.6 KB
Loading

docs/images/image-5.png

11.8 KB
Loading

0 commit comments

Comments
 (0)
0