From 2b51cda6da95b93d47d536fcd86e2fa8f4d8719f Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Wed, 7 Dec 2016 14:07:31 +0000 Subject: [PATCH] talk to jenkins via https for the /dev redeployer --- scripts/redeploy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/redeploy.py b/scripts/redeploy.py index 6e6e64aa15..fddd5da96d 100755 --- a/scripts/redeploy.py +++ b/scripts/redeploy.py @@ -127,7 +127,7 @@ def on_receive_jenkins_poke(): if __name__ == "__main__": parser = argparse.ArgumentParser("Runs a Vector redeployment server.") parser.add_argument( - "-j", "--jenkins", dest="jenkins", default="http://matrix.org/jenkins/", help=( + "-j", "--jenkins", dest="jenkins", default="https://matrix.org/jenkins/", help=( "The base URL of the Jenkins web server. This will be hit to get the\ built artifacts (the .gz file) for redeploying." )