Changed example in build parameters

This commit is contained in:
2026-04-08 12:31:47 +00:00
parent 8183adff29
commit 0a02d533e7

2
Jenkinsfile vendored
View File

@@ -10,7 +10,7 @@ pipeline {
string(
name: 'LIMIT',
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(
name: 'DRY_RUN',