Developer Docs¶
Local Development 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 |
Topics¶
| Topic | Description |
|---|---|
| Pipeline Initialization | The bulk of JTE - covers what JTE does before a Pipeline Run |
| Jenkins Configuration | Explains how JTE is configured through the Jenkins UI |
| Testing | Covers how unit testing is done for JTE |