-
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
[DownloadPipelineArtifactV2] Add minimumBuildStatus property #11664
[DownloadPipelineArtifactV2] Add minimumBuildStatus property #11664
Conversation
Related changes: microsoft/azure-pipelines-agent#2560 |
Need to update the task version as well. This should probably be a minor update. |
@jahsu-MSFT, do you mean in the |
@jahsu-MSFT, done. |
Since the DPA V2 version got updated in master. (It's 2.1.0 now) You will need to update to 2.2.0 so the task will get updated after the code is merged. Thanks. |
@jahsu-MSFT, it is done. |
@Thilas thanks for the contribution! 🙌 |
@Thilas the new agent version should be released next week and the deployment process should be able to complete by next Friday. We will fix the conflicts, update the min-agent version and then merge the task PR by then. :) Thanks again for contributing. |
@jahsu-MSFT, that's great news! Let me know if you want me to do any of these actions, I really don't mind. And thank you for your support on this PR. |
@Thilas Sure. By we I mean you and us. Can you please sync with master again, bump the task version one more time if needed, and update the min-agent version to 2.161.0? |
@jahsu-MSFT, it's done. FYI I didn't need to bump the version since it was 2.1.2 (formerly 2.1.0) and we already set it to 2.2.0. I'll let you do the final magic 😉 |
Looks good to me. Thanks again for contributing @Thilas |
Thanks again for your support @jahsu-MSFT. |
The roll out of this PR has broken our Pipeline. The Agent Version in the hosted image in west Europe is 2.160.1 and ad this set the required Version to 2.161. |
@StefanSchoof Thanks for reporting. Yes, there was a glitch of the timing when agent was released and when this task was released. Sorry for the inconvenience. I believe this issue has been resolved now. Please let us know if you're still seeing any issues. Also what type of agent pool you are using? |
@jahsu-MSFT Thanks, now the Agent is on 2.163.1 and everything is working. |
* Add parameter to support partially succeeded and failed builds Fixes #11556 * Minor version update * Replace minimumBuildStatus parameter by allowPartiallySucceededBuilds and allowFailedBuilds * Increment minor version * Update min agent version
@jahsu-MSFT, @johnterickson, as discussed in #11556, here are my changes that add a
minimumBuildStatus
property to the DownloadPipelineArtifactV2 task.