|
|
@ -28,14 +28,15 @@ options:
|
|
|
|
description:
|
|
|
|
description:
|
|
|
|
- config in XML format.
|
|
|
|
- config in XML format.
|
|
|
|
- Required if job does not yet exist.
|
|
|
|
- Required if job does not yet exist.
|
|
|
|
- Mututally exclusive with C(enabled).
|
|
|
|
- Mutually exclusive with C(enabled).
|
|
|
|
- Considered if C(state=present).
|
|
|
|
- Considered if C(state=present).
|
|
|
|
required: false
|
|
|
|
required: false
|
|
|
|
enabled:
|
|
|
|
enabled:
|
|
|
|
description:
|
|
|
|
description:
|
|
|
|
- Whether the job should be enabled or disabled.
|
|
|
|
- Whether the job should be enabled or disabled.
|
|
|
|
- Mututally exclusive with C(config).
|
|
|
|
- Mutually exclusive with C(config).
|
|
|
|
- Considered if C(state=present).
|
|
|
|
- Considered if C(state=present).
|
|
|
|
|
|
|
|
type: bool
|
|
|
|
required: false
|
|
|
|
required: false
|
|
|
|
name:
|
|
|
|
name:
|
|
|
|
description:
|
|
|
|
description:
|
|
|
@ -57,7 +58,7 @@ options:
|
|
|
|
required: false
|
|
|
|
required: false
|
|
|
|
url:
|
|
|
|
url:
|
|
|
|
description:
|
|
|
|
description:
|
|
|
|
- Url where the Jenkins server is accessible.
|
|
|
|
- URL where the Jenkins server is accessible.
|
|
|
|
required: false
|
|
|
|
required: false
|
|
|
|
default: http://localhost:8080
|
|
|
|
default: http://localhost:8080
|
|
|
|
user:
|
|
|
|
user:
|
|
|
|