Export the azure pipeline build id for SONiC version (#7406)

Improve the SONiC version, fix the "azure pipeline build id" part

<target branch name>-<pullrequest id>.<azure pipelines build id>-<merge commit id>
Example: master-7381.11668-43df5c87
This commit is contained in:
xumia 2021-04-23 17:58:46 +08:00 committed by Shilong Liu
parent e01ceffbab
commit 59c120c18c

View File

@ -26,6 +26,7 @@ jobs:
jobVariables:
PLATFORM_AZP: $(GROUP_NAME)
PLATFORM_ARCH: amd64
BUILD_NUMBER: $(Build.BuildId)
BUILD_OPTIONS: ${{ parameters.buildOptions }}
DOCKER_DATA_ROOT_FOR_MULTIARCH: /data/march/docker
dbg_image: no