We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82edfc1 commit 337cc4eCopy full SHA for 337cc4e
plugin/src/test/java/org/jenkinsci/plugins/workflow/cps/CpsScriptTest.java
@@ -168,7 +168,7 @@ public void evaluateShallSandbox() throws Exception {
168
r.assertLogContains("MethodTooLargeException", b);
169
170
// "Prettier" explanation added by CpsFlowExecution.parseScript():
171
- r.assertLogContains("FAILED to parse WorkflowScript due to MethodTooLargeException", b);
+ r.assertLogContains("FAILED to parse WorkflowScript (the pipeline script) due to MethodTooLargeException", b);
172
173
/*
174
// Report as of release 3880.vb_ef4b_5cfd270 (Feb 2024)
0 commit comments