Sharing an example Tekton pipeline for deploying an IBM App Connect Enterprise application to Red Hat OpenShift.
This post is about a repository I’ve shared on github at dalelane/app-connect-tekton-pipeline. It contains an example of how to use Tekton to create a CI/CD pipeline that builds and deploys an App Connect Enterprise application to Red Hat OpenShift.
The pipeline uses the IBM App Connect Operator to easily build, deploy and manage your applications in containers. The pipeline runs on OpenShift to allow it to easily be integrated into an automated continuous delivery workflow without needing to build anything locally from a developer’s workstation.
For background information about the Operator, and the different types of Kubernetes resources that this pipeline will create (e.g.
IntegrationServer
andConfiguration
), see these blog posts: