aboutsummaryrefslogtreecommitdiffstats
path: root/tasks.py
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-03-15 09:00:15 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2014-03-15 09:00:15 -0700
commitc56b3a10d52017fd95bdb8a97c343ef4096e6537 (patch)
tree28e94abb79a44a8de4afa0bd3811eb749312b6b3 /tasks.py
parentf05b18615bfe5134b95186fb515dd4b8a208acca (diff)
parent47e5df97371803097ea0ecf8e17a5080d2cff04d (diff)
downloadcryptography-c56b3a10d52017fd95bdb8a97c343ef4096e6537.tar.gz
cryptography-c56b3a10d52017fd95bdb8a97c343ef4096e6537.tar.bz2
cryptography-c56b3a10d52017fd95bdb8a97c343ef4096e6537.zip
Merge pull request #796 from reaperhulk/update-jenkins-url
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():