|
|
@ -33,9 +33,11 @@ options:
|
|
|
|
mode:
|
|
|
|
mode:
|
|
|
|
description:
|
|
|
|
description:
|
|
|
|
- File mode applied on versioned plugins.
|
|
|
|
- File mode applied on versioned plugins.
|
|
|
|
|
|
|
|
default: '0644'
|
|
|
|
name:
|
|
|
|
name:
|
|
|
|
description:
|
|
|
|
description:
|
|
|
|
- Plugin name.
|
|
|
|
- Plugin name.
|
|
|
|
|
|
|
|
required: yes
|
|
|
|
owner:
|
|
|
|
owner:
|
|
|
|
description:
|
|
|
|
description:
|
|
|
|
- Name of the Jenkins user on the OS.
|
|
|
|
- Name of the Jenkins user on the OS.
|
|
|
@ -84,7 +86,7 @@ options:
|
|
|
|
- Defines whether to install plugin dependencies.
|
|
|
|
- Defines whether to install plugin dependencies.
|
|
|
|
- This option takes effect only if the I(version) is not defined.
|
|
|
|
- This option takes effect only if the I(version) is not defined.
|
|
|
|
type: bool
|
|
|
|
type: bool
|
|
|
|
default: 'yes'
|
|
|
|
default: yes
|
|
|
|
|
|
|
|
|
|
|
|
notes:
|
|
|
|
notes:
|
|
|
|
- Plugin installation should be run under root or the same user which owns
|
|
|
|
- Plugin installation should be run under root or the same user which owns
|
|
|
|