Lifecycle tasks
| Plugin | Task | Note |
|---|---|---|
|
|
For tasks that perform text and code formatting.
An example is the |
|
|
Assembles all documentation.
Automatically builds |
|
Runs tasks that publish documentation i.e. writing to GitHub/Gitlab pages or a website |
|
|
|
Runs code coverage checks outside the |
|
Runs security audit checks.
A plugin author or build script author could chosoe to wire security vulnerability checks into this lifecycle.
Running the |
|
|
|
Starts all tasks that deploy applications to infrastructure. This could, for instance, be used to send a container image to an AWS ECS task, or to copy files to a static website. |
|
Start tasks that publish artifacts to central registries.
It does not automatically add any publish tasks in from |
Remember that of you do not want to apply these plugins separately, apply the org.ysb33r.lifecycle plugin.
|