Skip to content

Commit

Permalink
[JENKINS-57023] Switch dep from workflow-cps-global-lib to `pipelin…
Browse files Browse the repository at this point in the history
…e-groovy-lib` (#1973)
  • Loading branch information
jglick authored May 25, 2022
1 parent 9bc6552 commit bda8435
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
File renamed without changes.
5 changes: 3 additions & 2 deletions integrations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -335,8 +335,9 @@
</dependency>

<dependency>
<groupId>org.jenkins-ci.plugins.workflow</groupId>
<artifactId>workflow-cps-global-lib</artifactId>
<groupId>io.jenkins.plugins</groupId>
<artifactId>pipeline-groovy-lib</artifactId>
<version>589.vb_a_b_4a_a_8c443c</version> <!-- TODO until in BOM -->
<scope>test</scope>
</dependency>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class WorkflowCpsGlobalLibTest {
public JenkinsConfiguredWithReadmeRule j2 = new JenkinsConfiguredWithReadmeRule();

@Test
@ConfiguredWithReadme("workflow-cps-global-lib/README.md")
@ConfiguredWithReadme("pipeline-groovy-lib/README.md")
public void configure_global_library() {
assertEquals(1, GlobalLibraries.get().getLibraries().size());
final LibraryConfiguration library = GlobalLibraries.get().getLibraries().get(0);
Expand Down

0 comments on commit bda8435

Please sign in to comment.