change the plugin build environment 57/58957/3
authorHong Guan <hg4105@att.com>
Fri, 3 Aug 2018 14:50:35 +0000 (10:50 -0400)
committerHong Guan <hg4105@att.com>
Mon, 6 Aug 2018 19:51:07 +0000 (19:51 +0000)
The repo affected: ccsdk/plateform/plugins, the helm plugin is platform
sensitive, the helm plugin which build on Ubuntu cannot be loaded to
centos Cloudify manager.

Change-Id: I2199dac7c6a453d1715282c3e6820d127924073d
Issue-ID: CIMAN-185
Signed-off-by: Hong Guan <hg4105@att.com>
jjb/ccsdk/platform-plugins.yaml

index f1eb801..45f6389 100644 (file)
       deployAtEnd=true
     files: '**'
     archive-artifacts: ''
+    build-node: centos7-redis-4c-4g
 
 - project:
     name: ccsdk-platform-plugins-sonar
     jobs:
       - gerrit-maven-sonar
     cron: 'H 11 * * *'
-    build-node: ubuntu1604-builder-4c-4g
+    build-node: centos7-redis-4c-4g
     project: 'ccsdk/platform/plugins'
     project-name: 'ccsdk-platform-plugins'
     branch: 'master'