Loading bin/jenkins_node_wrapper.sh +1 −1 Original line number Diff line number Diff line Loading @@ -79,7 +79,7 @@ elif [[ "$1" =~ ^chroot-installation_.* ]]; then shift ; exec /srv/jenkins/bin/chroot-installation.sh $@ ; croak "Exec failed" elif [ "$*" = "reproducible_nodes_info" ] ; then exec /srv/jenkins/bin/reproducible_info.sh ; croak "Exec failed"; elif [ "$*" = "haskell-package-plan" ] ; then elif [ "$1" = "haskell-package-plan" ] ; then shift ; exec /srv/jenkins/bin/chroot-run.sh $@ ; croak "Exec failed"; elif [ "$1" = "/srv/jenkins/bin/reproducible_build.sh" ] && ( [ "$2" = "1" ] || [ "$2" = "2" ] ) ; then exec /srv/jenkins/bin/reproducible_build.sh "$2" "$3" "$4" "$5" "$6" ; croak "Exec failed"; Loading Loading
bin/jenkins_node_wrapper.sh +1 −1 Original line number Diff line number Diff line Loading @@ -79,7 +79,7 @@ elif [[ "$1" =~ ^chroot-installation_.* ]]; then shift ; exec /srv/jenkins/bin/chroot-installation.sh $@ ; croak "Exec failed" elif [ "$*" = "reproducible_nodes_info" ] ; then exec /srv/jenkins/bin/reproducible_info.sh ; croak "Exec failed"; elif [ "$*" = "haskell-package-plan" ] ; then elif [ "$1" = "haskell-package-plan" ] ; then shift ; exec /srv/jenkins/bin/chroot-run.sh $@ ; croak "Exec failed"; elif [ "$1" = "/srv/jenkins/bin/reproducible_build.sh" ] && ( [ "$2" = "1" ] || [ "$2" = "2" ] ) ; then exec /srv/jenkins/bin/reproducible_build.sh "$2" "$3" "$4" "$5" "$6" ; croak "Exec failed"; Loading