diff options
Diffstat (limited to 'jjb/ccsdk/cds.yaml')
-rw-r--r-- | jjb/ccsdk/cds.yaml | 70 |
1 files changed, 34 insertions, 36 deletions
diff --git a/jjb/ccsdk/cds.yaml b/jjb/ccsdk/cds.yaml index 2d78144f6..a0447dbb6 100644 --- a/jjb/ccsdk/cds.yaml +++ b/jjb/ccsdk/cds.yaml @@ -27,8 +27,6 @@ stream: - 'master': branch: 'master' - - 'istanbul': - branch: 'istanbul' - 'jakarta': branch: 'jakarta' - 'kohn': @@ -47,44 +45,44 @@ mvn-snapshot-id: 'ecomp-snapshots' nexus-snapshot-repo: 'snapshots' -- project: - name: ccsdk-cds-java8 - project-name: 'ccsdk-cds' - jobs: - - gerrit-maven-verify: - mvn-params: '-Ddocker.skip.push=true -P docker' - - gerrit-maven-merge: - cron: '@daily' - mvn-params: '-Ddocker.skip.push=true -P docker' - - gerrit-maven-stage: - build-node: centos8-builder-4c-4g - sign-artifacts: true - mvn-params: '-Dmaven.test.skip=true' - cron: '' - - gerrit-maven-docker-stage: - container-public-registry: 'nexus3.onap.org:10001' - container-staging-registry: 'nexus3.onap.org:10003' - mvn-params: '-Dmaven.test.skip=true -P docker' - maven-versions-plugin: true - cron: '@daily' +#- project: +# name: ccsdk-cds-java8 +# project-name: 'ccsdk-cds' +# jobs: +# - gerrit-maven-verify: +# mvn-params: '-Ddocker.skip.push=true -P docker' +# - gerrit-maven-merge: +# cron: '@daily' +# mvn-params: '-Ddocker.skip.push=true -P docker' +# - gerrit-maven-stage: +# build-node: centos8-builder-4c-4g +# sign-artifacts: true +# mvn-params: '-Dmaven.test.skip=true' +# cron: '' +# - gerrit-maven-docker-stage: +# container-public-registry: 'nexus3.onap.org:10001' +# container-staging-registry: 'nexus3.onap.org:10003' +# mvn-params: '-Dmaven.test.skip=true -P docker' +# maven-versions-plugin: true +# cron: '@daily' - project: 'ccsdk/cds' - stream: - - 'frankfurt': - branch: 'frankfurt' - java-version: openjdk8 - mvn-version: 'mvn38' - mvn-settings: 'ccsdk-cds-settings' +# project: 'ccsdk/cds' +# stream: +# - 'frankfurt': +# branch: 'frankfurt' +# java-version: openjdk8 +# mvn-version: 'mvn38' +# mvn-settings: 'ccsdk-cds-settings' # due to a strange macro / variable translation problem this needs to be # passed as a string block to properly get the properties correctly defined # in the job - maven-deploy-properties: | - deployAtEnd=true - files: '**' - archive-artifacts: '' - build-node: centos7-docker-8c-8g - mvn-snapshot-id: 'ecomp-snapshots' - nexus-snapshot-repo: 'snapshots' +# maven-deploy-properties: | +# deployAtEnd=true +# files: '**' +# archive-artifacts: '' +# build-node: centos7-docker-8c-8g +# mvn-snapshot-id: 'ecomp-snapshots' +# nexus-snapshot-repo: 'snapshots' - project: name: ccsdk-cds-sonar |