Provides schema definitions for the Jelly tag libraries defined in the Jenkins core project.
The schemas were generated with the script schema-gen.rb
from the tag libraries in the Jenkins core.
schema-gen.rb path/to/jenkins/resources/lib/form
schema-gen.rb path/to/jenkins/resources/lib/hudson
schema-gen.rb path/to/jenkins/resources/lib/layout
schema-gen.rb path/to/jenkins/resources/lib/test
This completes the schema set suggested in the official wiki page Writing Jelly views with IDE assistance.
- For Jelly core, define, format, util and other tag libraries maintained in Apache, go to https://github.com/kohsuke/maven-jellydoc-plugin/tree/master/maven-jellydoc-plugin/schemas.
- For staper, go to http://stapler.kohsuke.org/taglib.xsd.
- For Jenkins core tag libraries, refer to the schemas in this repository.
- Download the schema files
- Follow the instructions for your IDE to add the local schema locations for the XML namespaces.
- Now you should have autocompletion support for the tags / attributes in Jelly.