commit | 47e5df97371803097ea0ecf8e17a5080d2cff04d | [log] [tgz] |
---|---|---|
author | Paul Kehrer <paul.l.kehrer@gmail.com> | Sat Mar 15 08:24:45 2014 -0400 |
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | Sat Mar 15 08:24:45 2014 -0400 |
tree | 4cd6e6c11e42b96ee65d81b542ed5a1641b9c5b2 | |
parent | b8a9c9e6243716b353b0786dae1e6e7d94f474a8 [diff] |
update jenkins URL to use TLS
diff --git a/tasks.py b/tasks.py index 242f253..8e6cdab 100644 --- a/tasks.py +++ b/tasks.py
@@ -21,7 +21,7 @@ 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():