Skip to content

Commit

Permalink
Merge pull request #29 from oleg-nenashev/jep-200/pct-compat
Browse files Browse the repository at this point in the history
[JENKINS-48922] - Update plugin to make it runnable in PCT
  • Loading branch information
ikedam committed Feb 13, 2018
2 parents c2638a5 + 17221ab commit 61f2d13
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions Jenkinsfile
@@ -0,0 +1,2 @@
// Build the plugin using https://github.com/jenkins-infra/pipeline-library
buildPlugin()
8 changes: 4 additions & 4 deletions pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>2.9</version>
<version>3.2</version>
</parent>

<name>Groovy Postbuild</name>
Expand Down Expand Up @@ -33,8 +33,8 @@
</licenses>

<properties>
<jenkins.version>1.609.1</jenkins.version>
<java.level>6</java.level>
<jenkins.version>1.625.3</jenkins.version>
<java.level>7</java.level>
<workflow.version>1.11</workflow.version>
</properties>

Expand Down Expand Up @@ -68,7 +68,7 @@
<pluginRepositories>
<pluginRepository>
<id>repo.jenkins-ci.org</id>
<url>http://repo.jenkins-ci.org/public/</url>
<url>https://repo.jenkins-ci.org/public/</url>
</pluginRepository>
</pluginRepositories>
<dependencies>
Expand Down

0 comments on commit 61f2d13

Please sign in to comment.