From c61bdfdd25195b1c9f1824606369b92741d630f7 Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Fri, 4 Sep 2020 10:07:31 -0700 Subject: [PATCH] Pass through BUILD_REPOSITORY_NAME to docker containers (#25620) Needed for manifest generation. Previously we used the uri for the name of the build, but the name is also used for generating the names of the stable package feeds in v3 publishing. --- dockerbuild.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/dockerbuild.sh b/dockerbuild.sh index 2d9b8bcfed..ff24d88a9a 100755 --- a/dockerbuild.sh +++ b/dockerbuild.sh @@ -137,6 +137,7 @@ docker run \ -e SYSTEM_TEAMPROJECT \ -e BUILD_BUILDNUMBER \ -e BUILD_REPOSITORY_URI \ + -e BUILD_REPOSITORY_NAME \ -e BUILD_SOURCEVERSION \ -e BUILD_SOURCEBRANCH \ -e SYSTEM_DEFINITIONID \