You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I notice that we have migrate some of our build pipeline from Jenkins to Azure Devops Pipeline, the UI and UX is great, but the artifacts distribution behaviors changed.
All the artifacts are compact in one package which means we are no longer to:
Approach
What is the motivation for this PR?
fixsonic-net/sonic-buildimage#6717
add script to download artifacts from azure pipeline
How did you verify/test it?
usage: getbuild.py [-h] [--buildid buildid] [--branch branch] [--platform platform] [--content content]
Download artifacts from sonic azure devops.
optional arguments:
-h, --help show this help message and exit
--buildid buildid build id
--branch branch branch name
--platform platform platform to download
--content content download content type [all|image(default)]
Description
I notice that we have migrate some of our build pipeline from Jenkins to Azure Devops Pipeline, the UI and UX is great, but the artifacts distribution behaviors changed.
All the artifacts are compact in one package which means we are no longer to:
Here is one example: https://dev.azure.com/mssonic/build/_build/results?buildId=3228&view=artifacts&pathAsName=false&type=publishedArtifacts
Do we have any plan to support above feature in Azure Devops Pipeline?
Steps to reproduce the issue:
Describe the results you received:
A compacted artifacts.
Describe the results you expected:
All artifacts with its own url and checksum.
Additional information you deem important (e.g. issue happens only occasionally):
The text was updated successfully, but these errors were encountered: