diff options
author | Hong Guan <hg4105@att.com> | 2018-08-03 10:50:35 -0400 |
---|---|---|
committer | Hong Guan <hg4105@att.com> | 2018-08-06 19:51:07 +0000 |
commit | a122f68eb10bc0198ab4eab76137cdd5a140fc46 (patch) | |
tree | 3a51b37d72119b0be12dba1b569a421c329a5926 /jjb | |
parent | 23b51c1c51014b97b9ee5c6728e250ef2353735b (diff) |
change the plugin build environment
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>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/ccsdk/platform-plugins.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/jjb/ccsdk/platform-plugins.yaml b/jjb/ccsdk/platform-plugins.yaml index f1eb801a5..45f638929 100644 --- a/jjb/ccsdk/platform-plugins.yaml +++ b/jjb/ccsdk/platform-plugins.yaml @@ -20,13 +20,14 @@ 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' |