mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
jenkins_jobs: fix typos (#40844)
* jenkins_job: fix typos * jenkins_job: add type for 'enabled' parameter
This commit is contained in:
@@ -28,14 +28,15 @@ options:
|
||||
description:
|
||||
- config in XML format.
|
||||
- Required if job does not yet exist.
|
||||
- Mututally exclusive with C(enabled).
|
||||
- Mutually exclusive with C(enabled).
|
||||
- Considered if C(state=present).
|
||||
required: false
|
||||
enabled:
|
||||
description:
|
||||
- Whether the job should be enabled or disabled.
|
||||
- Mututally exclusive with C(config).
|
||||
- Mutually exclusive with C(config).
|
||||
- Considered if C(state=present).
|
||||
type: bool
|
||||
required: false
|
||||
name:
|
||||
description:
|
||||
@@ -57,7 +58,7 @@ options:
|
||||
required: false
|
||||
url:
|
||||
description:
|
||||
- Url where the Jenkins server is accessible.
|
||||
- URL where the Jenkins server is accessible.
|
||||
required: false
|
||||
default: http://localhost:8080
|
||||
user:
|
||||
|
||||
Reference in New Issue
Block a user