Skip to content

Commit

Permalink
[JENKINS-50216] - Add Jenkinsfile to verify JEP-200 regressions
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-nenashev committed Apr 16, 2018
1 parent c47f472 commit 5e0448e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Jenkinsfile
@@ -0,0 +1,2 @@
// Build the plugin using https://github.com/jenkins-infra/pipeline-library
buildPlugin(jenkinsVersions: [null, '2.107.2'], failFast: false)
4 changes: 3 additions & 1 deletion pom.xml
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>3.5</version>
<version>3.8</version>
</parent>

<!--
Expand Down Expand Up @@ -143,6 +143,8 @@
<jenkins.version>1.653</jenkins.version>
<google.api.version>1.22.0</google.api.version>
<java.level>7</java.level>
<!-- TODO: Currently checkstyle fails even for the 'master' branch code. It also prohibits code not Copyrighted by Google-->
<checkstyle.skip>true</checkstyle.skip>
</properties>

<dependencies>
Expand Down

0 comments on commit 5e0448e

Please sign in to comment.