Jenkins

From Pumping Station One
Jump to navigation Jump to search

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.

Option 1: Let Jenkis Manage Webhooks

Option 2: Manually Manage Webhooks

  • go to your project page on github.
  • Click "Settings" in the right sidebar
  • Click "Webhooks and Services"
  • Click "Add Service" and type "jenkins"
    • You should see "Jenkins (Git plugin)"
  • In the "Jenkins hook url" box, enter "https://jenkins.pumpingstationone.org/github-webhook/"
  • Click "Add Service"