diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-10-16 16:18:08 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-10-16 16:18:08 +0200 |
commit | 8cc8e3fb1a08ca69400b75b6e1ae4a37c370a43b (patch) | |
tree | 8e2c19f8215f03e27e2acbe8637df08423299508 /bin | |
parent | 36a382acd373f509e4a0a718eaaa9d270cc323bf (diff) | |
download | jenkins.debian.net-8cc8e3fb1a08ca69400b75b6e1ae4a37c370a43b.tar.xz |
reproducible arch: adopt wrapper to renamed job
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/jenkins_node_wrapper.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/jenkins_node_wrapper.sh b/bin/jenkins_node_wrapper.sh index 623981ce..5ef287a6 100755 --- a/bin/jenkins_node_wrapper.sh +++ b/bin/jenkins_node_wrapper.sh @@ -99,7 +99,7 @@ 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 [[ "$*" =~ reproducible_arch_schroot_setup ]] ; then +elif [[ "$*" =~ reproducible_setup_schroot_arch ]] ; then exec /srv/jenkins/bin/reproducible_arch_schroot_setup.sh ; croak "Exec failed"; elif [ "$*" = "some_jenkins_job_name" ] ; then exec echo run any commands here ; croak "Exec failed"; |