mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Updating update_url for jenkins_plugin (#52086)
This commit is contained in:
parent
928c4f08ca
commit
f49469f7bf
1 changed files with 2 additions and 2 deletions
|
@ -65,7 +65,7 @@ options:
|
||||||
- URL of the Update Centre.
|
- URL of the Update Centre.
|
||||||
- Used as the base URL to download the plugins and the
|
- Used as the base URL to download the plugins and the
|
||||||
I(update-center.json) JSON file.
|
I(update-center.json) JSON file.
|
||||||
default: https://updates.jenkins-ci.org
|
default: https://updates.jenkins.io
|
||||||
url:
|
url:
|
||||||
description:
|
description:
|
||||||
- URL of the Jenkins server.
|
- URL of the Jenkins server.
|
||||||
|
@ -721,7 +721,7 @@ def main():
|
||||||
default='present'),
|
default='present'),
|
||||||
timeout=dict(default=30, type="int"),
|
timeout=dict(default=30, type="int"),
|
||||||
updates_expiration=dict(default=86400, 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=dict(default='http://localhost:8080'),
|
||||||
url_password=dict(no_log=True),
|
url_password=dict(no_log=True),
|
||||||
version=dict(),
|
version=dict(),
|
||||||
|
|
Loading…
Reference in a new issue