Skip to content

Commit

Permalink
[FIXED JENKINS-34064] Backing out JENKINS-26481 fix since it broke Pi…
Browse files Browse the repository at this point in the history
…peline in Jenkins 2.x.
  • Loading branch information
jglick committed Apr 6, 2016
1 parent 61fb586 commit b5c85d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -130,7 +130,7 @@
<dependency>
<groupId>com.cloudbees</groupId>
<artifactId>groovy-cps</artifactId>
<version>1.7</version>
<version>1.6</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.ui</groupId>
Expand Down
Expand Up @@ -202,6 +202,7 @@ public void stop(Throwable cause) throws Exception {
});
}

@Ignore("TODO backed out for JENKINS-34064")
@Issue("JENKINS-26481")
@Test public void eachClosure() {
story.addStep(new Statement() {
Expand Down

0 comments on commit b5c85d9

Please sign in to comment.