Skip to content

Commit

Permalink
Bump to Jenkins 2.121.1
Browse files Browse the repository at this point in the history
  • Loading branch information
samrocketman committed Jun 29, 2018
1 parent 646e1a1 commit 4ecfebc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ apply from: "${bootstrapHome}/shared.gradle"
//version should be the jenkins.war version appended by .1 and increments .1
//every time there's non-jenkins.war version changes to the package.
//if upgrading jenkins.war version then it should be reset to .1.
version = '2.107.3.1'
version = '2.121.1.1'
description = "Built from ${tokens['PACKAGENAME']} @ ${tokens['COMMIT']}"

//Jenkins war and plugin versions
Expand Down
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies {
//get Jenkins
getjenkins 'org.jenkins-ci.main:jenkins-war:2.107.3@war'
getjenkins 'org.jenkins-ci.main:jenkins-war:2.121.1@war'

//get plugins
//getplugins configurations go here...
Expand Down

0 comments on commit 4ecfebc

Please sign in to comment.