-
Bug
-
Resolution: Fixed
-
Critical
-
None
-
Jenkins 1.571
Build Pipeline 1.4.3
Steps to reproduce:
1. Go to /newView
2. Enter a name for the view
3. Select type 'Build Pipeline View
4. Press OK
5. Do NOT save, go back to home page (or any other view)
Expected results
No problems accessing the home page or any other view page, or even the new Build Pipeline view, really.
Actual results
Stack trace preventing the view from showing up. Excerpt:
Caused by: java.lang.NumberFormatException: null at java.lang.Integer.parseInt(Integer.java:454) at java.lang.Integer.valueOf(Integer.java:582) at au.com.centrumsystems.hudson.plugin.buildpipeline.BuildPipelineView.getBuildPipelineForm(BuildPipelineView.java:400) at au.com.centrumsystems.hudson.plugin.buildpipeline.BuildPipelineView.getItems(BuildPipelineView.java:866) at au.com.centrumsystems.hudson.plugin.buildpipeline.BuildPipelineView.hasPermission(BuildPipelineView.java:932) at hudson.model.ViewGroupMixIn.getViews(ViewGroupMixIn.java:115) at jenkins.model.Jenkins.getViews(Jenkins.java:1444)
Notes
When aborting configuration of the new view, users need to manually navigate to /view/ViewName/configure to be able to delete it.
This likely also affects instances with multiple users: While one user sets up initial configuration of the Build Pipeline view, Jenkins breaks for all others.
- is duplicated by
-
JENKINS-22528 Error in creating/triggering pipeline view
-
- Resolved
-
-
JENKINS-24102 Jenkins gives strack trace on main page
-
- Resolved
-
-
JENKINS-24700 Dashboard gets broken when creating a new Pipeline View.
-
- Resolved
-
-
JENKINS-24975 Jenkins breaks when creating a new build pipeline view
-
- Resolved
-
- is related to
-
JENKINS-25391 Cannot delete project
-
- Closed
-
- links to