Pipeline release management
Releases in the CI/CD pipelines allow your team to automate fully and continuously deliver software to your customers faster and with lower risk. Releases allow you to test and deliver your software in multiple stages of production or set up semi-automated processes with approvals and on-demand deployments. It is vital to monitor and manage these releases. We can manage releases by accessing the pipeline from Pipelines | Releases and selecting our CI/CD pipeline (for example, Port Weather ML Pipeline), as shown in the following screenshot:
Here, you can keep track of all the releases and their history and perform operations for each release, such as redeploying, abandoning, checking logs, and so on. You can see the releases shown in the following screenshot. By clicking on individual releases (for example, Release 4), we can check which model and artifacts were deployed in the release...