-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Critical
-
Resolution: Fixed
-
Component/s: simple-parameterized-builds-report-plugin
-
Labels:
-
Environment:Jenkins 2.0, Parameterizes Builds Plugin 1.4 or 1.3
-
Similar Issues:
On Jenkins 2.0, when running the Parameterized Builds Report on a project I get an error page showing a StackOverflowError. This does not occur on Jenkins 1.653.
As Jenkins 2.0 claims to be fully compatible it might be as well Jenkins or the plugin that needs to be fixed.
- is blocking
-
JENKINS-21249 Update Groovy
-
- Resolved
-
- is related to
-
JENKINS-14044 System Groovy - Unable to cast to AbstractBuild
-
- Open
-
-
JENKINS-34751 StackOverflowError in Groovy scripts
-
- Closed
-
- links to
Code changed in jenkins
User: Jesse Glick
Path:
src/main/resources/com/nullin/jenkins/spbr/MatrixBuildsReportAction/index.groovy
src/main/resources/com/nullin/jenkins/spbr/SimpleParameterizedBuildsReportAction/index.groovy
http://jenkins-ci.org/commit/simple-parameterized-builds-report-plugin/43bd879bca7d35315f0d2ae31228d1e95099597e
Log:
[FIXED JENKINS-34525] Work around Groovy compiler bug.