Please file an issue against the 'packaging' component. https://wiki.jenkins-ci.org/display/JENKINS/How+to+report+an+issue
On 20.10.2015, at 13:11, Pierre Fourès <[email protected]> wrote: > Hi, > > I’ve just installed a new instance of Jenkins and got it silently not > starting (however error messages was in the jenkins logs). > > The container was set up with JDK6 (thus making Jenkins unable to start due > to its new requirements). But as you can see, the command line didn’t report > any problem : > > root@jenkins:~# service jenkins restart > > [ ok ] Restarting Jenkins Continuous Integration Server: jenkins. > > > > In order to prevent this silent failure, maybe the maintainers of the Debian > Installer could update the requirement of the .deb to force the jenkins > installation to depend on an installed version of the JRE/JDK >= 7, and thus > not let jenkins install itself on a system running previous versions of the > JRE/JDK. > > One nice improvement could also be to instruct the debian service script to > report jenkins starting failures accordingly. > > For information, here’s my script to install the jenkins server inside the > container : > > apt-get update > apt-get install openjdk-6-jdk > > wget -q -O - http://pkg.jenkins-ci.org/debian-stable/jenkins-ci.org.key | > apt-key add - > echo "deb http://pkg.jenkins-ci.org/debian-stable binary/" >> > /etc/apt/sources.list > > apt-get update > apt-get install jenkins > > > Best Regards, > Pierre. > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-dev/678e749e-7123-4c89-a882-1d65f228b6b6%40googlegroups.com. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/D662EB81-DD76-45B6-B8BA-EDA25E8F3A1D%40beckweb.net. For more options, visit https://groups.google.com/d/optout.
