Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Show the names of jobs which do not load properly

As specified in issue #4427, Hudson should report which items fail to load. This may be annoying especially if you run a Hudson instance with a lot of jobs after updating some plugins which are not backwards compatible.

If Hudson loads the jobs in parallel it is not able to show the names of the offending jobs right now. A workaround is to disable parallel job loading by specifying -Dhudson.model.Hudson.parallelLoad=false on the command line when starting Hudson (See Hudson.java or the page about system properties for the specifics).

This will force Hudson to use the code in line 2008 instead.

Copyright © Eclipse Foundation, Inc. All Rights Reserved.