Jenkins: Difference between revisions
From Pumping Station One
m Bot: Cosmetic changes |
|||
| Line 1: | Line 1: | ||
== General info == | == General info == | ||
Jenkins is an automatic build server. | Jenkins is an automatic build server. It compiles code projects on change | ||
== Github Integration == | == Github Integration == | ||
Github integration requires an ouath token to create post commit callbacks to the jenkins server. | Github integration requires an ouath token to create post commit callbacks to the jenkins server. You can either let jenkins manage all webhooks for all your projects, or configure each project yourself. | ||
=== Option 1: Let Jenkis Manage Webhooks === | === Option 1: Let Jenkis Manage Webhooks === | ||
| Line 24: | Line 24: | ||
** API URL: leave this blank | ** API URL: leave this blank | ||
** username: your github username | ** username: your github username | ||
** OAuth token: | ** OAuth token: Paste the token from "Personal access tokens" | ||
* click save | * click save | ||