From 47e5df97371803097ea0ecf8e17a5080d2cff04d Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Sat, 15 Mar 2014 08:24:45 -0400 Subject: update jenkins URL to use TLS --- tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tasks.py') diff --git a/tasks.py b/tasks.py index 242f2536..8e6cdab5 100644 --- a/tasks.py +++ b/tasks.py @@ -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(): -- cgit v1.2.3