]> granicus.if.org Git - check/commitdiff
Add information on building of pull requests to HACKING
authorBranden Archer <brarcher@lexmark.com>
Thu, 24 Dec 2015 20:19:45 +0000 (15:19 -0500)
committerBranden Archer <brarcher@lexmark.com>
Thu, 24 Dec 2015 20:19:45 +0000 (15:19 -0500)
HACKING

diff --git a/HACKING b/HACKING
index 0f114349ab89766f9aea3166585391a4f841b03d..d2a1f2246ab4d43dbd234eebc9a08891cb6b3b0f 100644 (file)
--- a/HACKING
+++ b/HACKING
@@ -115,3 +115,22 @@ the gh-pages branch in the Check git repository. To update
 the website, merge the contents of the master branch into
 the gh-pages branch.
 
+
+Automatic building of pull requests
+===============
+
+The GitHub project is configured to build pull requests when asked.
+To trigger a build, add the following comment to the pull request:
+
+   "test this please"
+
+This will result in a job on the Jenkins instance to start:
+
+https://check.ci.cloudbees.com/job/github-merge-builder/
+
+When complete, a comment will be added to the pull request, informing
+of the result.
+
+This works because there is a user in the libcheck organization,
+"check-builder", which the Jenkins instance uses to install a
+git hook and push comments to pull requests.