Anonymous

Changes

From Pumping Station One
805 bytes added ,  20:44, 8 March 2015
Created page with "== General info == Jenkins is an automatic build server. It compiles code projects on change == Github Integration == Github integration requires an ouath token to create..."
== General info ==

Jenkins is an automatic build server. It compiles code projects on change

== Github Integration ==

Github integration requires an ouath token to create post commit callbacks to the jenkins server.

* go to https://github.com/settings/applications
* click "Generate New Token"
** Token Description: https://jenkins.pumpingstationone.org/
** write:repo_hook - Checked
** read:read:repo_hook - Checked
** admin:repo_hook - Checked
** All other options should be unchecked
* Click Generate Token
* Copy the token under "Personal access tokens".
* go to https://jenkins.pumpingstationone.org/configure and scroll down until you see "GitHub Web Hook"
* Click Add
** API URL: leave this blank
** username: your github username
** OAuth token: Paste the token from "Personal access tokens"
Cookies help us deliver our services. By using our services, you agree to our use of cookies.