- Clone the repo
- Run
./gradlew localizer
Install:
- Eclipse 2018-12 Java EE
- import this project as an "existing project"
To run a local development server of Jenkins for testing run
# serves at at http://localhost:8080/
./gradlew server
To build the plugin locally run
./gradlew jpi
Make updates as needed in Messages.properties
and then run
./gradlew localizer
- In Eclipse open Window > Preferences
- Under Content Types expand Text > JSP
- Select JSP and click "Add..." beside File associations
- Enter
*.jelly
- Apply and Close
- Right click on a
*.jelly
file and choose Open With > Other... - Select JSP Editor and check "Use for all '*.jelly' files"
Follow the Jenkins documentation for making a new release.