I am working with Azure Devops server, CI is handled by build pipeline, now I want to use Release pipeline to be able to deploy the built image of the code to openshift, How can I achieve this ? I am using quay to store the images, and will use an image from quay repository to pull, and re-tag it in order to promote it to production env.
Asked
Active
Viewed 161 times
1 Answers
0
You can try to install the extension OpenShift Extension, this Azure DevOps extension offers tasks for integrating OpenShift into your build and release pipelines, for example by executing user defined oc
commands.
Refer to Introduction to the Red Hat OpenShift deployment extension for Microsoft Azure DevOps and Getting started for more details.
The following blog for your reference:

Andy Li-MSFT
- 28,712
- 2
- 33
- 55