update jenkins URL to use TLS

This commit is contained in:
Paul Kehrer 2014-03-15 08:24:45 -04:00
parent b8a9c9e624
commit 47e5df9737

View file

@ -21,7 +21,7 @@ import invoke
import requests
JENKINS_URL = "http://jenkins.cryptography.io/job/cryptography-wheel-builder"
JENKINS_URL = "https://jenkins.cryptography.io/job/cryptography-wheel-builder"
def wait_for_build_completed():