-
Notifications
You must be signed in to change notification settings - Fork 167
Jenkins
lilvinz edited this page Jan 29, 2013
·
11 revisions
Tau Labs uses a Jenkins server to provide Continuous Integration(CI) services for the project.
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.
- This triggers Jenkins to build and retest this pull request against the latest
Users owning a jenkins account can login to the jenkins UI and trigger a manual build.
To do this, the following steps have to be performed:
- Login using your jenkins username and password at Jenkins
- Go to the respective build job you want to manually trigger
- Hit the "Build now" button (text may be localized according to your browser language settings)
- If the build is a parametrized build, enter the git ref you want to build into the text box