-
Notifications
You must be signed in to change notification settings - Fork 1
Github
Riina Väisänen edited this page May 4, 2017
·
2 revisions
You can create a personal access token either on Github site or using Jenkins. Remember to give the token repo rights and admin rights for repo_hook and org_hook. Go to Manage Jenkins → Configure System → Github.
In Credentials, click add. In Kind, choose Secret text and enter the access token in the secret-field. After you're done, click Test connection to check that it works.
If the Jenkins is run behind a firewall, a Webhook must be used. In Override Hook URL-setting, specify the URL of the forwarding service and add /github-webhook/ to the URL. In Shared secret, select the token created in previous step.
- IDE Setup
- Github
- Jenkins Installation
- Tests
- UI testing in Android Studio
- Unit testing in XCode
- Instrument testing in Android Studio
- Instrument testing in XCode
- Integrating test reports into Jenkins
- GitHub Radiator
- Build Radiator
- Test Radiator