Version 1 (modified by 10 years ago) ( diff ) | ,
---|
The Jenkins continuous integration environment at http://djangoci.com is setup to build pull requests.
Commands
Whitelisted users can comment "buildbot, test this please." on a a pull request to trigger a build.
Admins can comment, "buildbot, add to whitelist." to add a user to the trusted list. Whitelisted users will have their pull requests built automatically. Builds are triggered for new pull requests and when a pull request is updated.
Troubleshooting
If:
- you force push to a branch after the initial build starts or
- a commit is pushed to master after the initial build starts
You will see an error like git checkout <hash> where hash was not the commit
. Currently the only solution is to retrigger the build. There is a ticket for the issue in GitHub Pull Request Builder.