diff options
Diffstat (limited to 'bin/jenkins_node_wrapper.sh')
-rwxr-xr-x | bin/jenkins_node_wrapper.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/bin/jenkins_node_wrapper.sh b/bin/jenkins_node_wrapper.sh index 61674505..6c2e0878 100755 --- a/bin/jenkins_node_wrapper.sh +++ b/bin/jenkins_node_wrapper.sh @@ -72,13 +72,6 @@ elif [[ "$*" =~ ^rebootstrap_.* ]] ; then REBOOTSTRAPSH="/srv/jenkins/bin/rebootstrap.sh $@" export LC_ALL=C exec $REBOOTSTRAPSH; croak "Exec failed"; -elif [[ "$*" =~ ^lvc_.* ]] ; then - export JOB_NAME=$1 ; shift - export EXECUTOR_NUMBER=$1 ; shift - export TRIGGERING_BRANCH=${1#*=} ; shift - export WORKSPACE=/var/lib/jenkins/jobs/$JOB_NAME/workspace - COMMAND="/srv/jenkins/bin/lvc.sh $@" - exec $COMMAND; croak "Exec failed"; elif [ "$*" = "reproducible_html_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 |