Paul Grenyer paul.grenyer@gmail.com
Hi Adam
https://wiki.jenkins-ci.org/display/JENKINS/Starting+and+Accessing+Jenkins
On that page it gives one of the startup command line options as --httpPort so I'd suggest you try adding --httpPort=80 to the startup command line and see what happens.
80 probably won't work because one needs to be root to get any port under 1024 and jenkins will probably drop root privs fairly quickly, or the init script will use a tool like sudo or daemon to drop them before starting jenkins proper. Try 8000?
Thanks! I found where I think the Jenkins command line is: /etc/init.d/jenkins
That might read from /etc/default/jenkins or similar which might have conflicting options causing:
but adding httpPort and restarting just kills Jenkins. I realise you're not familiar with Jenkins, so this is just an update really. I need to track down the logs too.
Not /var/log/jenkins?
Hope that helps,