[Idea] Pass a new “doNotPerformUpgrade” setting to Run-AlPipeline #2296
ChrisBlankDe
started this conversation in
Ideas
Replies: 1 comment 1 reply
|
Feature was merged in #2297 and will ship with next AL-Go version. Thank you for the contribution 🚀 |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Idea Description
If the latest release of an app is no longer compatible with the current BC version, the pipeline fails because it cannot publish it to the container. However, we don’t want to do without the breaking change check either.
The
doNotPerformUpgradeparameter ofRun-AlPipelinewould be a good option here. Unfortunately, there is no easy way to set this parameter from within AL-Go.I suggest we introduce a new setting and pass it to the function.
Contribution (Optional)
All reactions