Christian Jung recently posted another interesting article as a follow-up on Best Practice Recommendations for Automate. This time, he focuses on setting up Continuous Integration for Red Hat CloudForms.

In his blog post, Christian discusses how to use common development tools like GIT and Travis in conjunction with CloudForms to configure a datastore pointing to a git repository and set a Continuous Integration/Continuous Delivery (CI/CD) environment. This feature is available in CloudForms since CloudForms 4.2.

Such CI/CD pipeline is useful whether you are delivering a PoC, promoting automate domain across environments, or want to test your automation code before using it as part of your day to day operations.

You can find the article and how to set this up step-by-step on Christian’s blog. Happy coding!