From 9035551f53922f0025c5564b2833549d20232086 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Wed, 28 Oct 2015 15:31:46 -0600 Subject: [PATCH] jenkins-job-builder: update URLs GitHub's webhooks to https://jenkins.ceph.com/git/notifyCommit are not triggering rebuilds of this job. Tweak the URLs to see if this makes a difference. --- jenkins-job-builder/config/definitions/jjb.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/jenkins-job-builder/config/definitions/jjb.yml b/jenkins-job-builder/config/definitions/jjb.yml index 5595b945..647fff95 100644 --- a/jenkins-job-builder/config/definitions/jjb.yml +++ b/jenkins-job-builder/config/definitions/jjb.yml @@ -10,6 +10,9 @@ block-downstream: false block-upstream: false retry-count: 3 + properties: + - github: + url: https://github.com/ceph/ceph-build triggers: - github @@ -21,11 +24,11 @@ scm: - git: - url: https://github.com/ceph/ceph-build.git + url: https://github.com/ceph/ceph-build branches: - master browser: githubweb - browser-url: http://github.com/ceph/ceph-build.git + browser-url: https://github.com/ceph/ceph-build timeout: 20 builders: -- 2.47.3