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.
This commit is contained in:
parent
fe1a881b0e
commit
c61bdfdd25
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in New Issue