]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
jenkins-job-builder: use HTTPS url for jenkins.ceph.com 247/head
authorKen Dreyer <kdreyer@redhat.com>
Mon, 16 Nov 2015 22:57:38 +0000 (15:57 -0700)
committerKen Dreyer <kdreyer@redhat.com>
Tue, 24 Nov 2015 20:05:33 +0000 (13:05 -0700)
Default to the encrypted HTTPS url (not HTTP)

jenkins-job-builder/build/build

index c36efb09cd8a2cb3759ae00b42f6e2e464233274..48f618420d279be7bdb6526878e646057c1bda02 100644 (file)
@@ -27,7 +27,7 @@ if ! venv/bin/pip install --find-links="file://$PIP_SDIST_INDEX" --no-index jenk
 fi
 
 # workaround for https://issues.jenkins-ci.org/browse/JENKINS-16225
-JENKINS_URL=${JENKINS_URL:-"http://jenkins.ceph.com/"}
+JENKINS_URL=${JENKINS_URL:-"https://jenkins.ceph.com/"}
 JJB_CONFIG="$HOME/.jenkins_jobs.ini"
 
 # slap the programatically computed JJB config using env vars from Jenkins