summaryrefslogtreecommitdiffstats
path: root/bin/start-slave.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-10-03 17:43:04 +0200
committerHolger Levsen <holger@layer-acht.org>2016-10-03 17:43:04 +0200
commitc6221cf33c58b853742892fe33cf74cacd649186 (patch)
tree173130ee68ea0fbd13aaaeff99158fde6b89a230 /bin/start-slave.sh
parent7c077cbc3e9e31e65a14ab512214d053743c07ae (diff)
downloadjenkins.debian.net-c6221cf33c58b853742892fe33cf74cacd649186.tar.xz
output the PID of each running slave.jar to ease debugging
Diffstat (limited to 'bin/start-slave.sh')
-rwxr-xr-xbin/start-slave.sh1
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