Managing Living Application configuration
The parameters will come from the LIVINGAPP_ENVIRONMENT_NAME
you choose to perform your action. It’s the name of the process configuration environment as defined in Bonita Studio (Integration, Qualification, Production…)
Then you may want to override some of them using a specific configuration.
To do so your git repository should contains a directory called .bcd_configurations
Into that directory you are able to store encrypted parameters files using this naming convention: parameters-<BCD_CONFIGURATION_NAME>.yml
Ensure to encrypt your parameters file before pushing them on your repository. See the Ansible Vault documentation to do so. We also recommend to use private repositories. |
A mandatory step to run your jobs is to configure your vault password as described into Repository Credentials