[Qa-jenkins-scm] [jenkins.debian.net] 01/01: lvc: fix syntax (the nice thing about standards…)

Holger Levsen holger at layer-acht.org
Sat May 28 14:45:29 UTC 2016


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit ffe7a41dcf1079af3a9cd6b7da50c459712c2996
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sat May 28 16:45:18 2016 +0200

    lvc: fix syntax (the nice thing about standards…)
---
 bin/jenkins_master_wrapper.sh | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/bin/jenkins_master_wrapper.sh b/bin/jenkins_master_wrapper.sh
index fe6e0f5..de01b8c 100755
--- a/bin/jenkins_master_wrapper.sh
+++ b/bin/jenkins_master_wrapper.sh
@@ -16,12 +16,12 @@ get_node_ssh_port $NODE_NAME
 
 # by default we just use the job name as param
 case $JOB_NAME in
-	rebootstrap_.*) 	PARAMS="$JOB_NAME $@"
-				;;
-	lvc_.*) 		PARAMS="$JOB_NAME $@"
-				;;
-	*)			PARAMS="$JOB_NAME"
-				;;
+	rebootstrap_*) 	PARAMS="$JOB_NAME $@"
+			;;
+	lvc_*) 		PARAMS="$JOB_NAME $@"
+			;;
+	*)		PARAMS="$JOB_NAME"
+			;;
 esac
 
 # pseudo job used to cleanup nodes

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list