diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-06-03 16:20:42 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-06-03 16:20:42 +0200 |
commit | ba68a4ac163920308b07c92a94f368404b482683 (patch) | |
tree | 3619fc03faba32a2fd1a30c608b8382bc0b25000 /bin | |
parent | 472183e00126ba6abf3bd5187ff05a4b8c2ca04c (diff) | |
download | jenkins.debian.net-ba68a4ac163920308b07c92a94f368404b482683.tar.xz |
reproducible Debian: show sleeping processes…
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_cleanup_nodes.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/reproducible_cleanup_nodes.sh b/bin/reproducible_cleanup_nodes.sh index 9d64c8fa..f6d50fcc 100755 --- a/bin/reproducible_cleanup_nodes.sh +++ b/bin/reproducible_cleanup_nodes.sh @@ -45,5 +45,7 @@ for NODE in $BUILD_NODES ; do /srv/jenkins/bin/jenkins_master_wrapper.sh /srv/jenkins/bin/reproducible_slay.sh & done +ps fax|grep sleep + echo "$(date -u) - slaughtering done." |