From f49469f7bf42297ec47de16e7a5e851fbf1f442b Mon Sep 17 00:00:00 2001 From: Jiri Tyr Date: Wed, 13 Feb 2019 06:32:34 +0000 Subject: [PATCH] Updating update_url for jenkins_plugin (#52086) --- lib/ansible/modules/web_infrastructure/jenkins_plugin.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ansible/modules/web_infrastructure/jenkins_plugin.py b/lib/ansible/modules/web_infrastructure/jenkins_plugin.py index 16c0aef2e9..f384623925 100644 --- a/lib/ansible/modules/web_infrastructure/jenkins_plugin.py +++ b/lib/ansible/modules/web_infrastructure/jenkins_plugin.py @@ -65,7 +65,7 @@ options: - URL of the Update Centre. - Used as the base URL to download the plugins and the I(update-center.json) JSON file. - default: https://updates.jenkins-ci.org + default: https://updates.jenkins.io url: description: - URL of the Jenkins server. @@ -721,7 +721,7 @@ def main(): default='present'), timeout=dict(default=30, type="int"), updates_expiration=dict(default=86400, type="int"), - updates_url=dict(default='https://updates.jenkins-ci.org'), + updates_url=dict(default='https://updates.jenkins.io'), url=dict(default='http://localhost:8080'), url_password=dict(no_log=True), version=dict(),