Initialize jenkins.yaml
Instead of specifying the build settings in metadata.yaml, the new jenkins.yaml file is used by the NGSS Jenkins Shared
Library to configure each project build uniquely.
Run Initialize Command
In the service module directory, run the following command(s) to generate an initial jenkins.yaml for your project:
cd my-service # Only in a multi-module project
mvn filegen:jenkins-yaml -Dinit
This downloads the current jenkins.yaml template from the ckm-deployment-templates Git repository, interpolates (sets)
values specific to the project and outputs the initial jenkins.yaml to the root directory of the project.