Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Utility project is special type of project that does not have build and deploy lifecycle. In addition, there is no source control configuration, and subsequently there will not be any artifacts. Utility projects are used to execute various operations like start server, stop server etc. Utility project can be associated with Utility workflow. In addition, such utility projects can also execute test cases or perform some scanning.

Utility projects are executed manually, or using CI triggers (Cron Expression) or from Pipeline.

Creating Utility Project

...