mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
update jenkins URL to use TLS
This commit is contained in:
parent
b8a9c9e624
commit
47e5df9737
1 changed files with 1 additions and 1 deletions
2
tasks.py
2
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():
|
||||
|
|
|
|||
Loading…
Reference in a new issue