From 77e17ba5de69fe3213d9fbe1ab17619a1cc9f0b6 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 13 Oct 2015 12:08:01 +0200 Subject: reproducible: run coreboot/openwrt/netbsd/freebsd jobs correctly via node_wrapper --- bin/jenkins_node_wrapper.sh | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'bin') diff --git a/bin/jenkins_node_wrapper.sh b/bin/jenkins_node_wrapper.sh index 8286c4a9..54acbe03 100755 --- a/bin/jenkins_node_wrapper.sh +++ b/bin/jenkins_node_wrapper.sh @@ -91,6 +91,14 @@ elif [[ "$*" =~ reproducible_setup_schroot_testing_.*_.* ]] ; then exec /srv/jenkins/bin/schroot-create.sh reproducible reproducible-testing testing ; croak "Exec failed"; elif [[ "$*" =~ reproducible_setup_schroot_experimental_.*_.* ]] ; then exec /srv/jenkins/bin/schroot-create.sh reproducible reproducible-experimental experimental ; croak "Exec failed"; +elif [[ "$*" =~ reproducible_coreboot ]] ; then + exec /srv/jenkins/bin/reproducible_coreboot.sh ; croak "Exec failed"; +elif [[ "$*" =~ reproducible_openwrt ]] ; then + exec /srv/jenkins/bin/reproducible_openwrt.sh ; croak "Exec failed"; +elif [[ "$*" =~ reproducible_netbsd ]] ; then + exec /srv/jenkins/bin/reproducible_netbsd.sh ; croak "Exec failed"; +elif [[ "$*" =~ reproducible_freebsd ]] ; then + exec /srv/jenkins/bin/reproducible_freebsd.sh ; croak "Exec failed"; elif [ "$*" = "some_jenkins_job_name" ] ; then exec echo run any commands here ; croak "Exec failed"; fi -- cgit v1.2.3-70-g09d2