aboutsummaryrefslogtreecommitdiffstats
path: root/tasks.py
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2014-03-15 08:24:45 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2014-03-15 08:24:45 -0400
commit47e5df97371803097ea0ecf8e17a5080d2cff04d (patch)
tree4cd6e6c11e42b96ee65d81b542ed5a1641b9c5b2 /tasks.py
parentb8a9c9e6243716b353b0786dae1e6e7d94f474a8 (diff)
downloadcryptography-47e5df97371803097ea0ecf8e17a5080d2cff04d.tar.gz
cryptography-47e5df97371803097ea0ecf8e17a5080d2cff04d.tar.bz2
cryptography-47e5df97371803097ea0ecf8e17a5080d2cff04d.zip
update jenkins URL to use TLS
Diffstat (limited to 'tasks.py')
-rw-r--r--tasks.py2
1 files changed, 1 insertions, 1 deletions
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():