diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-10-03 17:43:04 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-10-03 17:43:04 +0200 |
commit | c6221cf33c58b853742892fe33cf74cacd649186 (patch) | |
tree | 173130ee68ea0fbd13aaaeff99158fde6b89a230 | |
parent | 7c077cbc3e9e31e65a14ab512214d053743c07ae (diff) | |
download | jenkins.debian.net-c6221cf33c58b853742892fe33cf74cacd649186.tar.xz |
output the PID of each running slave.jar to ease debugging
-rwxr-xr-x | bin/start-slave.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/start-slave.sh b/bin/start-slave.sh index 92efc5ec..9b7dc68d 100755 --- a/bin/start-slave.sh +++ b/bin/start-slave.sh @@ -2,4 +2,5 @@ # slave.jar has to be downloaded from http://localhost/jnlpJars/slave.jar +echo "This jenkins slave.jar will run as PID $$." exec java -jar /var/lib/jenkins/slave.jar |