Overview¶
Local Environment¶
Tool | Purpose |
---|---|
Gradle | Used to run unit tests, package the JPI, and publish the plugin |
Just | A task runner. Used here to automate common commands used during development. |
Docker | Used to build the documentation for local preview |
Learn More¶
Topic | Description |
---|---|
Running Tests | Learn how to run JTE's test suite |
Building the Plugin | Learn how to build the JTE JPI |
Linting | Learn about JTE's code linting |
Running A Local Jenkins | Learn how to run a local Jenkins for manual integration testing |
Publishing A Release | Learn how to publish a JTE release |