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:
parent
adc5b50681
commit
45d59a59ef
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user