Use Go 1.14 for multicloud-k8s CI build 96/109696/2
authorLarry Sachs <larry.j.sachs@intel.com>
Tue, 30 Jun 2020 15:42:20 +0000 (08:42 -0700)
committerLarry Sachs <larry.j.sachs@intel.com>
Tue, 7 Jul 2020 22:01:52 +0000 (15:01 -0700)
Set 'golangver' to 'golang114' in onap/ci-management/jjb/multicloud/multicloud-k8s.yaml
Add wrapper for goland114 in onap/ci-management/jjb/global-macros.yaml

Issue-ID: MULTICLOUD-1107
Change-Id: I23f09cc836d58afebc47d67d6d31cf812186c5a0
Signed-off-by: Larry Sachs <larry.j.sachs@intel.com>
jjb/global-macros.yaml
jjb/multicloud/multicloud-k8s.yaml

index 9c70eec..4702696 100644 (file)
             <goVersion>Golang 1.12</goVersion>
             </org.jenkinsci.plugins.golang.GolangBuildWrapper>
 
+- wrapper:
+    name: golang114
+    wrappers:
+      - raw:
+          xml: |
+            <org.jenkinsci.plugins.golang.GolangBuildWrapper plugin="golang@1.4">
+            <goVersion>Golang 1.14</goVersion>
+            </org.jenkinsci.plugins.golang.GolangBuildWrapper>
+
 - wrapper:
     # This wrapper is required for all jobs as it configures the wrappers
     # needed by the eCOMP infra.
index 5bb4eeb..dd43c95 100644 (file)
@@ -3,7 +3,7 @@
     name: multicloud-k8s
     project-name: 'multicloud-k8s'
     path: 'src'
-    golangver: 'golang112'
+    golangver: 'golang114'
     jobs:
       - '{project-name}-{stream}-{subproject}-verify-python'
       - '{project-name}-{stream}-verify-golang'
@@ -35,7 +35,7 @@
 #    name: multicloud-k8s-arm64
 #    project-name: 'multicloud-k8s-arm64'
 #    path: 'src/k8splugin'
-#    golangver: 'golang112'
+#    golangver: 'golang114'
 #    jobs:
 #      - '{project-name}-{stream}-docker-golang-shell-daily':
 #          script: