Skip to content

Commit

Permalink
[JENKINS-26192] workflow-cps-global-lib 2.3 was released.
Browse files Browse the repository at this point in the history
Amends #176.
  • Loading branch information
jglick committed Sep 8, 2016
1 parent 19aca5e commit 0a43987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/plugins/WorkflowPluginTest.java
Expand Up @@ -215,7 +215,7 @@ public class WorkflowPluginTest extends AbstractJUnitTest {
job.startBuild().shouldSucceed();
}

@WithPlugins({"workflow-cps-global-lib@2.3-SNAPSHOT", "workflow-basic-steps@2.1", "workflow-job@2.5"})
@WithPlugins({"workflow-cps-global-lib@2.3", "workflow-basic-steps@2.1", "workflow-job@2.5"})
@Issue("JENKINS-26192")
@Test public void grapeLibrary() throws Exception {
assumeThat("TODO otherwise we would need to set up SSH access to push via Git, which seems an awful hassle", controller, instanceOf(LocalController.class));
Expand Down

0 comments on commit 0a43987

Please sign in to comment.