Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.58 KB

README.md

File metadata and controls

30 lines (23 loc) · 1.58 KB

Schema Definition for the Jenkins Jelly TagLib

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.

How to use this?

  1. Download the schema files
  2. Follow the instructions for your IDE to add the local schema locations for the XML namespaces.
  3. Now you should have autocompletion support for the tags / attributes in Jelly.