From 5323c68f62504b47b7394f482ee92241feca6005 Mon Sep 17 00:00:00 2001 From: Shashank Kumar Shankar Date: Thu, 23 Aug 2018 16:32:09 -0700 Subject: [PATCH] Update Job trigger for Kubernetes Plugin This patch updates job trigger to the Kubernetes plugin in the multicloud project with the changed paths. Change-Id: I23e9b2c21d3f990cfea0dc0790bfbf8aed81dece Issue-ID: MULTICLOUD-301 Signed-off-by: Shashank Kumar Shankar --- jjb/multicloud/multicloud-k8s.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/jjb/multicloud/multicloud-k8s.yaml b/jjb/multicloud/multicloud-k8s.yaml index 3a69f0515..1cc4f1387 100644 --- a/jjb/multicloud/multicloud-k8s.yaml +++ b/jjb/multicloud/multicloud-k8s.yaml @@ -1,8 +1,8 @@ --- - project: - name: k8s - project-name: 'k8s' - path: '.' + name: multicloud-k8s + project-name: 'multicloud-k8s' + path: 'src/k8splugin' jobs: - '{project-name}-{stream}-verify-golang' - '{project-name}-{stream}-merge-golang' @@ -10,7 +10,7 @@ stream: - 'master': branch: 'master' - mvn-settings: 'k8s-settings' + mvn-settings: 'multicloud-k8s-settings' files: '**' archive-artifacts: '' build-node: ubuntu1604-builder-4c-4g -- 2.16.6