Skip to content

Commit b95ab80

Browse files
Change version number
1 parent a8f0dca commit b95ab80

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

plugins/modules/jenkins_plugin.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,13 @@
7979
- If using a custom O(updates_url), set this as the username of the user with access to the URL.
8080
- If the custom O(updates_url) does not require authentication, this can be left empty.
8181
type: str
82-
version_added: 11.1.0
82+
version_added: 11.2.0
8383
updates_url_password:
8484
description:
8585
- If using a custom O(updates_url), set this as the password of the user with access to the URL.
8686
- If the custom O(updates_url) does not require authentication, this can be left empty.
8787
type: str
88-
version_added: 11.1.0
88+
version_added: 11.2.0
8989
update_json_url_segment:
9090
type: list
9191
elements: str
@@ -99,7 +99,7 @@
9999
description:
100100
- A list of URL segment(s) to retrieve the plugin versions JSON file from.
101101
default: ['plugin-versions.json', 'current/plugin-versions.json']
102-
version_added: 11.1.0
102+
version_added: 11.2.0
103103
latest_plugins_url_segments:
104104
type: list
105105
elements: str
@@ -132,7 +132,7 @@
132132
description:
133133
- Defines whether to install plugin dependencies.
134134
- In earlier versions, this option had no effect when a specific O(version) was set.
135-
Since community.general 11.1.0, dependencies are also installed for versioned plugins.
135+
Since community.general 11.2.0, dependencies are also installed for versioned plugins.
136136
type: bool
137137
default: true
138138

0 commit comments

Comments
 (0)