opendevstack / ods-pipeline

Alternative ODS CI/CD pipeline based on Tekton / OpenShift Pipelines
Apache License 2.0
13 stars 5 forks source link

Allow to execute diff only, without upgrade. #698

Closed michaelsauter closed 1 year ago

michaelsauter commented 1 year ago

This necessitates that the image promotion happens after the diff, which is something we wanted to do anyway.

The new feature plays nicely with the newly introduced trigger-based params as those allow to set diff-only for certain cases, e.g. only when a PR comment is made.

Closes opendevstack/ods-pipeline#589. Solves opendevstack/ods-pipeline-helm#3 partially. It runs the diff but does not post to Bitbucket yet. Not perfect, but already good enough to provide value.

Tasks: