Skip to content

Commit

Permalink
Bump to 2.73.2
Browse files Browse the repository at this point in the history
Update jenkins, fixes #1
  • Loading branch information
popey committed Oct 20, 2017
1 parent 073b8d5 commit 222b28b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: jenkins
version: '2.60.1'
version: '2.73.2'
summary: Jenkins automation server
description: |
Jenkins is the leading open-source automation server. Built with Java, it
Expand All @@ -26,7 +26,7 @@ parts:
build-packages:
- curl
install: |
curl -sLO http://mirrors.jenkins.io/war-stable/2.60.1/jenkins.war
curl -sLO http://mirrors.jenkins.io/war-stable/2.73.2/jenkins.war
mv jenkins.war $SNAPCRAFT_PART_INSTALL
java:
plugin: jdk
Expand Down

0 comments on commit 222b28b

Please sign in to comment.