@@ -1089,9 +1089,9 @@ public class SCMSourceRetrieverTest {
10891089 assertFalse (p1 .isBuilding ());
10901090 r .assertBuildStatusSuccess (b2 );
10911091
1092- System .out .println ("[DEBUG:EXT] wfJob env: " + p1 .getEnvironment (null , null ));
1093- System .out .println ("[DEBUG:EXT] wfRun env: " + b2 .getEnvironment ());
1094- System .out .println ("[DEBUG:EXT] wfRun envContribActions: " + b2 .getActions (EnvironmentContributingAction .class ));
1092+ System .out .println ("[DEBUG:EXT:p1b2 ] wfJob env: " + p1 .getEnvironment (null , null ));
1093+ System .out .println ("[DEBUG:EXT:p1b2 ] wfRun env: " + b2 .getEnvironment ());
1094+ System .out .println ("[DEBUG:EXT:p1b2 ] wfRun envContribActions: " + b2 .getActions (EnvironmentContributingAction .class ));
10951095
10961096 // Our first try is expected to fail currently, since
10971097 // WorkflowRun::getEnvironment() takes "env" from
@@ -1109,9 +1109,9 @@ public class SCMSourceRetrieverTest {
11091109
11101110 WorkflowRun b3 = r .buildAndAssertSuccess (p1 );
11111111
1112- System .out .println ("[DEBUG:EXT] wfJob env: " + p1 .getEnvironment (null , null ));
1113- System .out .println ("[DEBUG:EXT] wfRun env: " + b3 .getEnvironment ());
1114- System .out .println ("[DEBUG:EXT] wfRun envContribActions: " + b3 .getActions (EnvironmentContributingAction .class ));
1112+ System .out .println ("[DEBUG:EXT:p1b3 ] wfJob env: " + p1 .getEnvironment (null , null ));
1113+ System .out .println ("[DEBUG:EXT:p1b3 ] wfRun env: " + b3 .getEnvironment ());
1114+ System .out .println ("[DEBUG:EXT:p1b3 ] wfRun envContribActions: " + b3 .getActions (EnvironmentContributingAction .class ));
11151115
11161116 r .assertLogContains ("Loading library branchylib@feature" , b3 );
11171117 r .assertLogContains ("something very special" , b3 );
0 commit comments