[Qa-jenkins-scm] [jenkins.debian.net] 01/01: output the PID of each running slave.jar to ease debugging

Holger Levsen holger at layer-acht.org
Mon Oct 3 15:43:18 UTC 2016


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit c6221cf33c58b853742892fe33cf74cacd649186
Author: Holger Levsen <holger at layer-acht.org>
Date:   Mon Oct 3 17:43:04 2016 +0200

    output the PID of each running slave.jar to ease debugging
---
 bin/start-slave.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bin/start-slave.sh b/bin/start-slave.sh
index 92efc5e..9b7dc68 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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list