|
||||||||
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/d/optout.
I think you may have found another bug in the init script with that observation.
/etc/default/jenkins includes a line (on Debian):
HTTP_PORT=8080
It seems like the init script check_tcp_port call might need to use that variable. Unfortunately, I'm not sure when the /etc/default/jenkins file is sourced into the init script, so it may not yet be available when that call is made.