Skip to content

Commit

Permalink
Update src/test/java/com/google/jenkins/plugins/computeengine/integra…
Browse files Browse the repository at this point in the history
…tion/CleanLostNodesWorkIT.java

Co-authored-by: Vincent Latombe <[email protected]>
  • Loading branch information
gbhat618 and Vlatombe authored Jan 7, 2025
1 parent fe03a64 commit dcda478
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ public class CleanLostNodesWorkIT {
private static final Map<String, String> googleLabels = getLabel(CleanLostNodesWorkIT.class);

@Rule
public RealJenkinsRule rj1 = new RealJenkinsRule();
public RealJenkinsRule rj1 = new RealJenkinsRule().withColor(PrefixedOutputStream.Color.BLUE);

@Rule
public RealJenkinsRule rj2 = new RealJenkinsRule();
public RealJenkinsRule rj2 = new RealJenkinsRule().withColor(PrefixedOutputStream.Color.RED);

@Before
public void init() throws Throwable {
Expand Down

0 comments on commit dcda478

Please sign in to comment.