From 0f27cdd3884e3c125ba478087e901b28bfde370e Mon Sep 17 00:00:00 2001 From: xumia <59720581+xumia@users.noreply.github.com> Date: Fri, 23 Apr 2021 17:58:46 +0800 Subject: [PATCH] Export the azure pipeline build id for SONiC version (#7406) Improve the SONiC version, fix the "azure pipeline build id" part -.- Example: master-7381.11668-43df5c87 --- .azure-pipelines/azure-pipelines-build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.azure-pipelines/azure-pipelines-build.yml b/.azure-pipelines/azure-pipelines-build.yml index 68ddd19118..d482934f57 100644 --- a/.azure-pipelines/azure-pipelines-build.yml +++ b/.azure-pipelines/azure-pipelines-build.yml @@ -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