From 0a02d533e73e5de5593b208269fe258c3dabd0dd Mon Sep 17 00:00:00 2001 From: jerick Date: Wed, 8 Apr 2026 12:31:47 +0000 Subject: [PATCH] Changed example in build parameters --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index f069aed..fa84a2c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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',