Page MenuHomePhabricator

Please refresh Jenkins package on apt.wikimedia.org to 1.609.3
Closed, ResolvedPublic

Description

Jenkins has released a new LTS version (1.609.3). The process to update the .deb is detailed on https://wikitech.wikimedia.org/wiki/Jenkins . We reuse the upstream Debian package which is a thin wrapper around a .jar.

Once apt.wikimedia.org is updated, Release-Engineering-Team will be able to upgrade the Jenkins master (parent task T111326: Upgrade Jenkins to 1.609.3).

Event Timeline

hashar raised the priority of this task from to Needs Triage.
hashar updated the task description. (Show Details)
hashar triaged this task as Medium priority.Sep 3 2015, 10:25 AM
hashar set Security to None.
hashar moved this task from Untriaged to Next on the Continuous-Integration-Infrastructure board.
hashar moved this task from Backlog to Fix released upstream on the Jenkins board.

I did it. using reprepro -C thirdparty includedeb precise-wikimedia jenkins_1.609.3_all.deb. I did not use the reprepro checkupdate/update method because i did not want to touch other things it listed like elasticsearch and logstash that were pending updates / needed files.

simulated upgrade on gallium:

root@gallium:~# apt-get -s install jenkins

The following packages will be upgraded:
  jenkins
1 upgraded, 0 newly installed, 0 to remove and 16 not upgraded.
Inst jenkins [1.609.1] (1.609.3 Wikimedia:12.04/precise-wikimedia [all])
Conf jenkins (1.609.3 Wikimedia:12.04/precise-wikimedia [all])

Confirmed:

$ ssh gallium.wikimedia.org apt-cache policy jenkins
jenkins:
  Installed: 1.609.1
  Candidate: 1.609.3
  Version table:
     1.609.3 0
       1001 http://apt.wikimedia.org/wikimedia/ precise-wikimedia/thirdparty amd64 Packages
 *** 1.609.1 0
        100 /var/lib/dpkg/status

Thank you @Dzahn. The actual upgrade will be done via T111326 :-}