Child pages
  • Jenkins

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Section
Column
Excerpt

Jenkins Continuous Integration server (previously known as Hudson). You can find it here.

Column

Build trigger

  • Github push: Add a webhook to the Github project for push notifications. Du tilføjer Webhooks under 'Settings -> Webhooks & Services'. The Payload URL should be: 

    Code Block
    https://sbforge.org/jenkins/github-webhook/

    Configure the Jenkins projects Build Trigger to use Build when a change is pushed to GitHub.