mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 13:50:22 -07:00
Use semantic markup (modules h-j) (#6677)
* Use semantic markup. * Use 'ignore:' until a new version of antsibull-docs is released. * 'ignore:' is no longer needed. * E() now works better.
This commit is contained in:
parent
2ed82e0318
commit
3e0d84bdda
30 changed files with 202 additions and 202 deletions
|
@ -15,7 +15,7 @@ module: jenkins_job_info
|
|||
short_description: Get information about Jenkins jobs
|
||||
description:
|
||||
- This module can be used to query information about which Jenkins jobs which already exists.
|
||||
- This module was called C(jenkins_job_info) before Ansible 2.9. The usage did not change.
|
||||
- This module was called C(jenkins_job_facts) before Ansible 2.9. The usage did not change.
|
||||
requirements:
|
||||
- "python-jenkins >= 0.4.12"
|
||||
extends_documentation_fragment:
|
||||
|
@ -38,12 +38,12 @@ options:
|
|||
type: str
|
||||
description:
|
||||
- Password to authenticate with the Jenkins server.
|
||||
- This is mutually exclusive with I(token).
|
||||
- This is mutually exclusive with O(token).
|
||||
token:
|
||||
type: str
|
||||
description:
|
||||
- API token used to authenticate with the Jenkins server.
|
||||
- This is mutually exclusive with I(password).
|
||||
- This is mutually exclusive with O(password).
|
||||
url:
|
||||
type: str
|
||||
description:
|
||||
|
@ -55,8 +55,8 @@ options:
|
|||
- User to authenticate with the Jenkins server.
|
||||
validate_certs:
|
||||
description:
|
||||
- If set to C(False), the SSL certificates will not be validated.
|
||||
- This should only set to C(False) used on personally controlled sites using self-signed certificates.
|
||||
- If set to V(false), the SSL certificates will not be validated.
|
||||
- This should only set to V(false) used on personally controlled sites using self-signed certificates.
|
||||
default: true
|
||||
type: bool
|
||||
author:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue