From d1d2a991eea1b7884c25362118be6243c8b618a4 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 28 May 2016 16:36:04 +0200 Subject: lvc: execute script remotely via jenkins wrappers --- bin/jenkins_node_wrapper.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bin') diff --git a/bin/jenkins_node_wrapper.sh b/bin/jenkins_node_wrapper.sh index cd372e3b..74ce9a71 100755 --- a/bin/jenkins_node_wrapper.sh +++ b/bin/jenkins_node_wrapper.sh @@ -69,6 +69,10 @@ elif [[ "$*" =~ rebootstrap_.* ]] ; then REBOOTSTRAPSH="/srv/jenkins/bin/rebootstrap.sh $@" export LC_ALL=C exec $REBOOTSTRAPSH; croak "Exec failed"; +elif [[ "$*" =~ lvc_.* ]] ; then + shift + COMMAND="/srv/jenkins/bin/lvc.sh $@" + exec $COMMAND; croak "Exec failed"; elif [ "$*" = "reproducible_nodes_info" ] ; then exec /srv/jenkins/bin/reproducible_info.sh ; croak "Exec failed"; elif [ "$1" = "/srv/jenkins/bin/reproducible_build.sh" ] && ( [ "$2" = "1" ] || [ "$2" = "2" ] ) ; then -- cgit v1.2.3-54-g00ecf