Skip to content

Commit

Permalink
[FIXED JENKINS-39537] Fixed ClaimTestDataPublisher not working with J…
Browse files Browse the repository at this point in the history
…enkins 2.0 pipelines (kept hanging while publishing JUnit results). + Got tests working again.
  • Loading branch information
rkettelerij committed Nov 7, 2016
1 parent 020aa5d commit 518b305
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>2.6</version>
<version>1.596.1</version>
</parent>

<artifactId>claim</artifactId>
Expand All @@ -19,11 +19,6 @@
<tag>claim-2.4</tag>
</scm>

<properties>
<!--<jenkins.version>1.596.1</jenkins.version>-->
<jenkins.version>2.19.1</jenkins.version>
</properties>

<build>
<finalName>${project.artifactId}</finalName>
<pluginManagement>
Expand Down

0 comments on commit 518b305

Please sign in to comment.