Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-18798

Please support upgrades from Ubuntu's jenkins packages

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Minor Minor
    • core
    • None
    • Ubuntu 12.04 LTS

      Please add the appropriate Conflicts/Replaces: jenkins-common Debian package headers so that the 'jenkins' package from http://pkg.jenkins-ci.org/debian can be used to upgrade from 'jenkins' in Ubuntu's primary repository.

      Testing procedure:

      Expected result:

      • the 'jenkins' package from pkg.jenkins-ci.org replaces the jenkins/jenkins-common packages from Ubuntu

      Actual result:

      • dpkg: error processing /var/cache/apt/archives/jenkins_1.523_all.deb (--unpack): trying to overwrite '/usr/share/jenkins/jenkins.war', which is also in package jenkins-common 1.424.6+dfsg-1ubuntu0.1

          [JENKINS-18798] Please support upgrades from Ubuntu's jenkins packages

          Please fix this. I experienced it recently.

          For anyone else experiencing this, Marius' fix on the email thread worked (https://groups.google.com/d/topic/jenkinsci-users/eW_yEWLojFc/discussion).

              sudo apt-get remove jenkins jenkins-common
              sudo apt-get install jenkins
              sudo rm /etc/init/jenkins.conf
              sudo update-rc.d jenkins defaults
              sudo service jenkins start
          

          Andrew Erickson added a comment - Please fix this. I experienced it recently. For anyone else experiencing this, Marius' fix on the email thread worked ( https://groups.google.com/d/topic/jenkinsci-users/eW_yEWLojFc/discussion ). sudo apt-get remove jenkins jenkins-common sudo apt-get install jenkins sudo rm /etc/init/jenkins.conf sudo update-rc.d jenkins defaults sudo service jenkins start

            Unassigned Unassigned
            mgedmin Marius Gedminas
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: