talk to jenkins via https for the /dev redeployer
parent
65a31cc8a9
commit
2b51cda6da
|
@ -127,7 +127,7 @@ def on_receive_jenkins_poke():
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
parser = argparse.ArgumentParser("Runs a Vector redeployment server.")
|
parser = argparse.ArgumentParser("Runs a Vector redeployment server.")
|
||||||
parser.add_argument(
|
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\
|
"The base URL of the Jenkins web server. This will be hit to get the\
|
||||||
built artifacts (the .gz file) for redeploying."
|
built artifacts (the .gz file) for redeploying."
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue