Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for marking a build as 'retain indefinetely' in DevOps #182

Closed
fgheysels opened this issue Jun 22, 2021 · 4 comments
Closed

Support for marking a build as 'retain indefinetely' in DevOps #182

fgheysels opened this issue Jun 22, 2021 · 4 comments
Assignees
Labels
area:devops All issues related to Azure DevOps feature All issues related to new features
Milestone

Comments

@fgheysels
Copy link
Member

We have situations where our build / deploy pipeline produces artifacts that must be used / available by other pipelines.
By default, a pipeline-run is retained for 30 days, which is in our situation too short.
Would it be an idea to provide a script via Arcus which allows you to retain the a build run indefinitely ? This script can be called from within a pipeline and marks the current run as 'to be retained'.

(I can provide the script, as I've built it for a specific project).

@tomkerkhove
Copy link
Contributor

Nice idea 👍

@mbraekman mbraekman added area:devops All issues related to Azure DevOps feature All issues related to new features labels Jun 22, 2021
@mbraekman mbraekman reopened this Jun 22, 2021
@mbraekman
Copy link
Contributor

Always annoying when a build package is no longer available, so like the idea as well.

Are you achieving this by performing a delete-operation using the Lease API?

Could you add what you have in a separate branch to extend the current DevOps-package?
We can always assist/jump in if it would be difficult (time-wise) for you.

@fgheysels
Copy link
Member Author

Not via a delete operation :) I have investigated the Lease API but decided to go with a PATCH operation on the Build API.

@stijnmoreels stijnmoreels added this to the v0.5.0 milestone Jun 24, 2021
@mbraekman
Copy link
Contributor

This is closed via the merge of PR #183

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:devops All issues related to Azure DevOps feature All issues related to new features
Projects
None yet
Development

No branches or pull requests

4 participants