If you want to get your personal fork of IncludeOS to build with every commit this procedure will show you what steps to go through.
Things to take note off:
- Will by default build on your dev branch. This will be easier to change at a later date.
- Will look for the repo:
https://github.com/<github-username>/IncludeOS
- Does not merge with upstream dev automatically as of this date.
- Go to the settings page for your personal fork
- Navigate to the Webhooks & Services section and press the Add webhook button. Then enter the following url into the Payload URL section
https://jenkins.includeos.org/github-webhook/
. Then press Add webhook
- To make sure this works, go back to the webhooks page and make sure you see the green checkmark next to the url. This might take a few seconds, so refresh the page.
Then when I create the tests results will be available on Jenkins.includeos.org