From 64cbb965d424c2dac20e2f4571b69e8b9dff6db8 Mon Sep 17 00:00:00 2001 From: Kiran Kamineni Date: Thu, 25 Apr 2019 12:21:26 -0700 Subject: [PATCH] Add wrapper for golang112 Go 1.12.4 is already enabled in the jenkins server. This just creates a wrapper that can be used by other jobs. Issue-ID: MULTICLOUD-587 Change-Id: Idbac8d234abfeaac4930fc512d8c0a709cc5c243 Signed-off-by: Kiran Kamineni --- jjb/global-macros.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/jjb/global-macros.yaml b/jjb/global-macros.yaml index b7a56afb1..c78301521 100644 --- a/jjb/global-macros.yaml +++ b/jjb/global-macros.yaml @@ -486,6 +486,15 @@ Golang 1.11 +- wrapper: + name: golang112 + wrappers: + - raw: + xml: | + + Golang 1.12 + + - wrapper: # This wrapper is required for all jobs as it configures the wrappers # needed by the eCOMP infra. -- 2.16.6