File tree 1 file changed +0
-2
lines changed
src/test/java/hudson/tasks
1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -81,8 +81,6 @@ public class AntWrapperTest {
81
81
s .getWorkspaceFor (p ).child ("build.xml" ).copyFrom (AntWrapperTest .class .getResource ("_ant/simple-build.xml" ));
82
82
p .setDefinition (new CpsFlowDefinition ("node('!master') {withAnt(installation: 'default') {if (isUnix()) {sh 'ant foo'} else {bat 'ant foo'}}}" , true ));
83
83
WorkflowRun b = r .j .buildAndAssertSuccess (p );
84
- // TODO passes locally, fails in jenkins.ci: AntConsoleAnnotator processes AntOutcomeNote but not AntTargetNote
85
- // (perhaps because it seems to have set ANT_HOME=/opt/ant/latest? yet the output looks right)
86
84
b .getLogText ().writeRawLogTo (0 , System .err );
87
85
AntTest .assertHtmlLogContains (b , "<b class=ant-target>foo</b>" );
88
86
AntTest .assertHtmlLogContains (b , "<b class=ant-target>bar</b>" );
You can’t perform that action at this time.
0 commit comments