summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_cleanup_nodes.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-01-06 15:56:07 +0100
committerHolger Levsen <holger@layer-acht.org>2016-01-06 15:56:07 +0100
commit002beaa75d6897a3fe911839240a5a76d5c4dbf9 (patch)
treec0ec2f337218e44fd35075ecb926aa96caf90122 /bin/reproducible_cleanup_nodes.sh
parent5e3f2355f48dd95c12709666c2683b652d32c86b (diff)
downloadjenkins.debian.net-002beaa75d6897a3fe911839240a5a76d5c4dbf9.tar.xz
kill all processes run under /usr/bin/timeout too
Diffstat (limited to 'bin/reproducible_cleanup_nodes.sh')
-rwxr-xr-xbin/reproducible_cleanup_nodes.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_cleanup_nodes.sh b/bin/reproducible_cleanup_nodes.sh
index c6dd7d26..a3efbcd8 100755
--- a/bin/reproducible_cleanup_nodes.sh
+++ b/bin/reproducible_cleanup_nodes.sh
@@ -41,7 +41,7 @@ for NODE in $BUILD_NODES ; do
# jenkins_master_wrapper.sh needs NODE_NAME and JOB_NAME
export NODE_NAME=$NODE
echo "$(date -u) - Killing build processes on $NODE now:"
- /srv/jenkins/bin/jenkins_master_wrapper.sh /srv/jenkins/bin/reproducible_slay.sh
+ /srv/jenkins/bin/jenkins_master_wrapper.sh /srv/jenkins/bin/reproducible_slay.sh || true
echo "$(date -u) - done killing processes on $NODE."
done