Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.

Commit

Permalink
[JENKINS-26481] With new script-security and groovy-cps releases, eac…
Browse files Browse the repository at this point in the history
…hClosure finally passes.
  • Loading branch information
jglick committed Apr 4, 2016
1 parent 8ba8579 commit b356799
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cps/pom.xml
Expand Up @@ -88,7 +88,7 @@
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>script-security</artifactId>
<version>1.16</version>
<version>1.18</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
Expand Down Expand Up @@ -129,7 +129,7 @@
<dependency>
<groupId>com.cloudbees</groupId>
<artifactId>groovy-cps</artifactId>
<version>1.6</version>
<version>1.7</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.ui</groupId>
Expand Down
Expand Up @@ -202,7 +202,6 @@ public void stop(Throwable cause) throws Exception {
});
}

@Ignore("TODO needs https://github.com/cloudbees/groovy-cps/pull/23 & https://github.com/jenkinsci/script-security-plugin/pull/50")
@Issue("JENKINS-26481")
@Test public void eachClosure() {
story.addStep(new Statement() {
Expand Down

0 comments on commit b356799

Please sign in to comment.