From 396f4b26708443d1f453b1714651e983ecbbb01c Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Fri, 24 Nov 2017 18:42:55 +0100 Subject: [PATCH] Update ZUUL variables for Zuul v3 The new jobs pass different named variables, update the translation script for this so that the debugging info contains the right information about the build. Change-Id: I3ba28b4149cabffa6e8ff2b194490a0d797e1ccb --- bin/doc-tools-check-languages | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/doc-tools-check-languages b/bin/doc-tools-check-languages index 8320e20e..5ca7fc7a 100755 --- a/bin/doc-tools-check-languages +++ b/bin/doc-tools-check-languages @@ -16,7 +16,7 @@ FIRSTAPP_TAGS="libcloud dotnet fog openstacksdk pkgcloud shade" # This marker is needed for Infra publishing and needs to go into the # root directory of each translated manual as file ".root-marker". -MARKER_TEXT="Project: $ZUUL_PROJECT Ref: $ZUUL_REFNAME Build: $ZUUL_UUID Revision: $ZUUL_NEWREV" +MARKER_TEXT="Project: $ZUUL_PROJECT Ref: $ZUUL_BRANCH Build: $ZUUL_UUID Revision: $ZUUL_NEWREF" function build_rst { language=$1