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 fa95de7 commit 66afa75Copy full SHA for 66afa75
plugin/src/main/java/org/jenkinsci/plugins/workflow/cps/CpsFlowExecution.java
@@ -685,7 +685,8 @@ private CpsScript parseScript() throws IOException {
685
}
686
// Short message suffices, not much that a pipeline developer
687
// can do with the stack trace into the guts of groovy
688
- msg += ": " + mtlEx.getMessage();
+ msg += "; please refactor to simplify code structure and/or move logic to a Jenkins Shared Library: ";
689
+ msg += mtlEx.getMessage();
690
691
// Make a note in server log
692
LOGGER.log(Level.SEVERE, msg);
0 commit comments