mmajcica / retain-release

Azure DevOps Extension containing a release task that will mark the current release to be retained indefinitely
MIT License
5 stars 4 forks source link

Support for (multistage) build pipelines #6

Open afeblot opened 4 years ago

afeblot commented 4 years ago

With the transition from release pipelines to multistage pipelines, it would be nice if we could also retain a (multistage) build pipeline with your task.

mmajcica commented 4 years ago

Hi @afeblot , I created a new pre-release. Do you by any chance can test it? https://github.com/mmajcica/retain-release/releases/tag/2.1.3

afeblot commented 4 years ago

Hey @mmajcica , If it has a distinct uuid and is published, allowing me to install it next to the official version with no disruption risk on our pipelines, I may test it easily. Otherwise, I'm afraid that might not be simple.

mmajcica commented 4 years ago

uid is the same but I can quickly change it, publish it as private and share it with a given organisation. As part of this improvement, I'll set also some automation around this in my own AzDO organization. If you have time to give it a first spin, mail me the organization name and I'll share it.

gclpixel commented 4 years ago

Hi, when will this feature released on the market place? I need to retain a multi stage build.

mmajcica commented 4 years ago

I'm sorry guys, not yet, it is all ready, I just need to click it through. I'll try to do it today, promised!

On Wed, 8 Apr 2020 at 09:34, Stephan Ebersbach notifications@github.com wrote:

Hi, when will this feature released on the market place? I need to retain a multi stage build.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/mmajcica/retain-release/issues/6#issuecomment-610800512, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAXC45ZVX3BT5LEZJT24NWLRLQSHDANCNFSM4KQKZ5AA .

afeblot commented 4 years ago

Meanwhile, you can go look at https://github.com/mmajcica/retain-release/issues/7#issuecomment-610821358 how I did it without any extension, and as well solving issue #7.

gclpixel commented 4 years ago

Is their any update on this?

Ghkuijer commented 4 years ago

Would be great if it can be published. I'm actually walking into this issue at the moment where we have to make sure that things deployed to production are retained from a yaml pipeline.