-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
FeatureRequest: DownloadBuildArtifactsV0: Download artifact from PartiallySucceeded builds #8431
Comments
Indeed, it looks very similar (except the Jenkins part of course). What I had in mind is a new task parameter that allows to determine builds to consider thanks to their job statuses (min value): Succeeded (current behavior), Partially Succeeded (my use case) or Failed. |
If I submit a PR on this, may this help? |
Any answer would be very welcome here? Thanks! |
@Thilas We are open for contribution, you are welcome to submit a PR for this enhancement. |
…o allow to download artifacts from partially succeeded builds
…o allow to download artifacts from partially succeeded builds
* #8431 Add option to DownloadBuildArtifactsV0 task in order to allow to download artifacts from partially succeeded builds
Closing this issue since the changes to support this feature are merged. |
Currently, this task only allows to download artifacts from Succeeded builds, it does not consider artifacts of PartiallySucceeded builds. It would be nice to have the choice here.
The text was updated successfully, but these errors were encountered: