Closed wheelerlaw closed 2 years ago
Probably a duplicate of #66. It looks slightly different but I suspect the same root cause.
@wheelerlaw I tried to fix the StackOverflowError
in #99. I use it locally and have yet to see a StackOverflowError report. But I am mostly browsing the plugins, not writing them, so I cannot claim that nothing regressed. If you can test would be nice.
You can checkout the PR and then dow ./gradlew buildPlugin
. This should create build/distributions/idea-stapler-plugin-2.0.7-SNAPSHOT.zip
, which can be installed from disk https://www.jetbrains.com/help/idea/managing-plugins.html#install_plugin_from_disk
Jenkins and plugins versions report
What Operating System are you using (both controller, and any agents involved in the problem)?
Fedora 35
Reproduction steps
git clone https://github.com/jenkinsci/jenkins.git
).core/src/main/resources/lib/layout/layout.jelly
for example).Expected Results
No error to be thrown
Actual Results
The following error was thrown (full stacktrace in pastebin):
Anything else?
No response