Changed example in build parameters
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -10,7 +10,7 @@ pipeline {
|
|||||||
string(
|
string(
|
||||||
name: 'LIMIT',
|
name: 'LIMIT',
|
||||||
defaultValue: '',
|
defaultValue: '',
|
||||||
description: 'Limit to specific hosts or groups (e.g., "vms", "lxcs", "update_targets", or hostname) no.lan required'
|
description: 'Limit to specific hosts or groups (e.g., "vms", "lxcs", "docker_hosts", or hostname) no.lan required'
|
||||||
)
|
)
|
||||||
booleanParam(
|
booleanParam(
|
||||||
name: 'DRY_RUN',
|
name: 'DRY_RUN',
|
||||||
|
|||||||
Reference in New Issue
Block a user