Skip to content

Commit

Permalink
Merge pull request #178 from jglick/ConfigAsCodeTest.export
Browse files Browse the repository at this point in the history
Update parent, fixing `ConfigAsCodeTest.export`
  • Loading branch information
jglick authored Jun 1, 2023
2 parents 8ce5871 + 6642f04 commit ccb6209
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.62</version>
<version>4.65</version>
<relativePath/>
</parent>
<artifactId>mock-slave</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ public class ConfigAsCodeTest {
FreeStyleBuild b = p.scheduleBuild2(0).waitForStart();
r.waitForMessage("Sleeping", b);
ConfigurationAsCode.get().export(System.out);
b.getExecutor().interrupt();
r.waitForCompletion(b);
}

}

0 comments on commit ccb6209

Please sign in to comment.