Skip to content

Commit

Permalink
Use jenkins 2.102 to build to test JEP-200
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolas Falco committed Jun 6, 2018
1 parent f8a62e9 commit 5dff992
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
@@ -1,4 +1,4 @@
#!/usr/bin/env groovy

// see https://github.com/jenkins-infra/pipeline-library
buildPlugin()
buildPlugin(jenkinsVersions: [null, '2.102'])
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -67,7 +67,7 @@
<dependency>
<groupId>org.jenkins-ci</groupId>
<artifactId>annotation-indexer</artifactId>
<version>1.9</version>
<version>1.12</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins.workflow</groupId>
Expand Down

0 comments on commit 5dff992

Please sign in to comment.