Views

This section is a work in progress. Want to help? Check out the jenkinsci-docs mailing list. For other ways to contribute to the Jenkins project, see this page about participating and contributing.

Debugging Tips and Tricks

Set the static field org.kohsuke.stapler.jelly.ReallyStaticTagLibrary.EMIT_LOCATION to true (e.g. via Script Console) to have Jelly emit line and file attributes on rendered HTML/XML tags. This can help understand how a view is composed.

Sections

How-To Guides

References