Skip to content

Commit

Permalink
[JENKINS-60742] Bump core to 2.176.1 version and bump plugin dependec…
Browse files Browse the repository at this point in the history
…ies (#82)

* [JENKINS-60742] Bump core to 2.176.1 version and bump plugin dependencies

* fix: update Jenkinsfile

* fix: update Jenkinsfile
  • Loading branch information
kuisathaverat authored Jan 12, 2020
1 parent 9fe7d6b commit b984a29
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
16 changes: 15 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1 +1,15 @@
buildPlugin(configurations: buildPlugin.recommendedConfigurations())
//def buildConfiguration = buildPlugin.recommendedConfigurations()

def lts = "2.176.1"
def weekly = "2.199"
def buildConfiguration = [
[ platform: "linux", jdk: "8", jenkins: lts, javaLevel: "8" ],
[ platform: "windows", jdk: "8", jenkins: lts, javaLevel: "8" ],
[ platform: "linux", jdk: "11", jenkins: lts, javaLevel: "8" ],
[ platform: "windows", jdk: "11", jenkins: lts, javaLevel: "8" ],
// Also build on recent weekly
// [ platform: "linux", jdk: "11", jenkins: weekly, javaLevel: "8" ],
// [ platform: "windows", jdk: "11", jenkins: weekly, javaLevel: "8" ]
]

buildPlugin(configurations: buildConfiguration)
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>3.49</version>
<version>3.55</version>
</parent>

<artifactId>saml</artifactId>
Expand All @@ -44,7 +44,7 @@ under the License.
<properties>
<revision>1.1.5</revision>
<changelist>-SNAPSHOT</changelist>
<jenkins.version>2.164.1</jenkins.version>
<jenkins.version>2.176.1</jenkins.version>
<java.level>8</java.level>
<jcasc.version>1.30</jcasc.version>
</properties>
Expand Down Expand Up @@ -121,7 +121,7 @@ under the License.
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>mailer</artifactId>
<version>1.24</version>
<version>1.29</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit b984a29

Please sign in to comment.