Skip to content
Stacey Sheldon edited this page Jan 29, 2013 · 11 revisions

Tau Labs uses a Jenkins server to provide Continuous Integration(CI) services for the project.

Interacting with Jenkins via GitHub pull requests

Jenkins listens to all comments posted in pull requests.

Admins can ask Jenkins to perform various tasks by using the following commands:

  • add to whitelist
    • This adds the owner of the pull request to the Jenkins whitelist so this and future pull requests will be auto-built and tested by Jenkins.
  • ok to test
    • This tells Jenkins that this pull request is OK to build and test whenever new code is pushed.
  • test this please
    • This triggers Jenkins to build and retest this pull request against the latest next branch.
Clone this wiki locally