]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
jjb: accept change notifications from GitHub 110/head
authorKen Dreyer <kdreyer@redhat.com>
Thu, 30 Jul 2015 02:24:42 +0000 (20:24 -0600)
committerKen Dreyer <kdreyer@redhat.com>
Thu, 30 Jul 2015 02:27:43 +0000 (20:27 -0600)
In commit fac5ec4127ac1178b40ce0bd8bd176af355aadce I slowed down the Git
SCM polling for the JJB management job, with the reasoning that the
GitHub webhook would be a more responsive and efficient method of
triggering builds.

However, this was not entirely sufficient because the JJB job itself
must also be explicitly configured to accept the GitHub webhook
notifications.

Add "github" to the list of triggers for the JJB job. (This setting
corresponds to the "Build when a change is pushed to GitHub" checkbox in
Jenkins web UI.)

jjb/config/definitions/jjb.yml

index e641838dbe8df94e3df529860c85da8ae48c98cb..fb678b71ae6bc4d6e1c682664e82441b0285a843 100644 (file)
@@ -13,6 +13,7 @@
 
     triggers:
       - pollscm: "H */3 * * *"
+      - github
 
     scm:
       - git: