EPL Apps within Cumulocity - DevOps Best Practices

Hi Mohammed,

Melanie has linked to information about our tools for building such automation (which also links to a description of the testing part of that, which can be found here: Running tests on EPL apps)

We don’t have any out-of-the-box pipeline. Instead we provide the building blocks in the epl-apps-tools suite, which can be configured with the pipeline tools of your choice. With multiple tenants for dev/preprod/prod you can have your automation deploy into the correct tenant at each stage using epl-apps-tools and then run pysys tests against those, or run standalone pysys unit tests outside of a tenant. This could very easily be done with traditional build and test infrastructure like Teamcity or Jenkins or with github actions and hooks on commits and PRs between various branches.

HTH,
Matt

1 Like