Thanks! I checked the /etc/init.d/jenkins script and it points to the default location: /usr/lib/jenkins/jenkins.war
What else could be the issue? On Tuesday, October 13, 2015 at 11:08:48 AM UTC-7, Indra Gunawan (ingunawa) wrote: > > Check the Jenkins start-up script installed by the RPM. It is > /etc/init.d/jenkins > > ### BEGIN INIT INFO > # Provides: jenkins > # Required-Start: $local_fs $remote_fs $network $time $named > # Should-Start: $time sendmail > # Required-Stop: $local_fs $remote_fs $network $time $named > # Should-Stop: $time sendmail > # Default-Start: 3 5 > # Default-Stop: 0 1 2 6 > # Short-Description: Jenkins continuous build server > # Description: Start the Jenkins continuous build server > ### END INIT INFO > > # Check for missing binaries (stale symlinks should not happen) > *JENKINS_WAR="/usr/lib/jenkins/jenkins.war"* > > > From: <[email protected] <javascript:>> on behalf of rqui < > [email protected] <javascript:>> > Reply-To: "[email protected] <javascript:>" < > [email protected] <javascript:>> > Date: Monday, October 12, 2015 at 4:40 PM > To: "[email protected] <javascript:>" < > [email protected] <javascript:>> > Cc: "[email protected] <javascript:>" <[email protected] <javascript:>> > Subject: Re: LTS Release Snapshots > > Hmm...which config file should I check to see if it is using a different > war than what is in /usr/lib/jenkins? > > > On Monday, October 12, 2015 at 4:20:07 PM UTC-7, Daniel Beck wrote: >> >> The RPM at >> http://pkg.jenkins-ci.org/redhat-stable/jenkins-1.609.3-1.1.noarch.rpm >> contains the same Jenkins 1.609.3 WAR as could be downloaded directly (MD5 >> 530e008b162bfec43f38652bd9aed4ed), so it does not appear to be an >> infrastructure issue. >> >> Maybe something goes wrong during installation/upgrade? Or you set up >> Jenkins to use a different war than /usr/lib/jenkins.war by editing the >> config files? >> >> On 13.10.2015, at 01:08, rqui <[email protected]> wrote: >> >> > I am using the yum repository to upgrade. I just installed the LTS >> release: jenkins.noarch 0:1.609.3-1.1 >> > >> > >> > On Monday, October 12, 2015 at 3:39:50 PM UTC-7, Daniel Beck wrote: >> > How are you upgrading, and to which release? >> > >> > On 12.10.2015, at 23:44, rqui <[email protected]> wrote: >> > >> > > Hello, >> > > >> > > Whenever I update to an LTS release, I get the "snapshot" version of >> it. How do I get the official GA version?? >> > > >> > > What is the difference between the "snapshot" and "non" snapshot? >> > > >> > > Thanks. >> > > >> > > -- >> > > You received this message because you are subscribed to the Google >> Groups "Jenkins Users" 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-users/ea317e3f-4c77-41c4-899b-f1d89bfd4d59%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 Users" 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-users/c12c8b6e-8de5-47dc-bdf3-1e75f5f03bee%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 Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] <javascript:>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-users/43d10a1b-bd70-478b-8cdd-4ca8a2b546b4%40googlegroups.com > > <https://groups.google.com/d/msgid/jenkinsci-users/43d10a1b-bd70-478b-8cdd-4ca8a2b546b4%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" 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-users/883c020d-dce1-45d4-bcdf-220180399db0%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
