Development pipeline

Does Pantaris have integration with development pipeline: CI/CD, gated checkin, review process?
What are the best practices and releasing strategy supported by platform?

Hey there,

Pantaris is currently not opinionated in regards to CI/CD and code review processes. We generally leave those decisions to you, and you are free to work in whichever way suits you.

If you would like to integrate your pipeline with Pantaris, you could (for example) add the key of your CI pipeline to a user with the ability to create new application versions and then run the “git push” step described in the “Service Portal” → “Versions” page in CI via a script.

You could further use the platform API to read out the created application version and start a sandbox application instance of it (for example if you would like to do E2E tests). See more here and here.

1 Like