|
||||||||
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
1)
the pid should be easy to find, just by checking which java processes run on the node
ps -aux | grep slave.jar
should output something including a similar line
jenkins 16699 0.1 11.9 1709700 245440 ? Sl Jul16 1:02 /usr/lib/jvm/sun-jdk-1.6/bin/java -jar slave.jar
where as 2nd column (16699) is the pid
2)
the config entry is found in the node configuration page