We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26d170b commit 251a82cCopy full SHA for 251a82c
src/test/java/com/cloudbees/jenkins/support/CheckFilterTest.java
@@ -80,7 +80,8 @@ public class CheckFilterTest {
80
@After
81
public void after() throws InterruptedException, ExecutionException, IOException {
82
LOGGER.info("Attempting to remove all logs : " + j.getInstance().getNodes());
83
- System.err.println("Attempting to remove all logs STERR " + j.getInstance().getNodes());
+ System.err.println(
84
+ "Attempting to remove all logs STERR " + j.getInstance().getNodes());
85
j.getInstance().getNodes().forEach(node -> {
86
try {
87
System.err.println("Removed node " + node.getNodeName());
0 commit comments