From c8fd7e0eed67232a0436c37219b5543aa8d22f69 Mon Sep 17 00:00:00 2001 From: vv770d Date: Wed, 27 Apr 2022 16:37:42 +0000 Subject: [DCAE] Remove dcaegen2/platform/configbinding jobs Repo/component archived in J release under DCAE Transformation (REQ-1038) Change-Id: I1c05a771235c85e41b800f247fd583aebaf18c68 Signed-off-by: vv770d Issue-ID: DCAEGEN2-2968 --- jjb/dcaegen2/dcaegen2-platform-configbinding.yaml | 66 ----------------------- 1 file changed, 66 deletions(-) delete mode 100644 jjb/dcaegen2/dcaegen2-platform-configbinding.yaml (limited to 'jjb') diff --git a/jjb/dcaegen2/dcaegen2-platform-configbinding.yaml b/jjb/dcaegen2/dcaegen2-platform-configbinding.yaml deleted file mode 100644 index ff838ddcd..000000000 --- a/jjb/dcaegen2/dcaegen2-platform-configbinding.yaml +++ /dev/null @@ -1,66 +0,0 @@ ---- -- project: - name: dcaegen2-platform-configbinding - # git repo - project: dcaegen2/platform/configbinding - # jenkins job prefix - project-name: dcaegen2-platform-configbinding - # push credentials - mvn-settings: dcaegen2-platform-configbinding-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: ubuntu1804-docker-8c-8g - # used by tox-install.sh to specify the interpreter used to install tox - python-version: python3 - jobs: - # clm and tox - - '{project-name}-python-jobs' - # build docker image - - '{project-name}-{stream}-merge-java' - - '{project-name}-{stream}-release-version-java-daily' - - gerrit-release-verify: - build-node: centos7-docker-8c-8g - - gerrit-release-merge: - build-node: centos7-docker-8c-8g - stream: - - master: - branch: master - - istanbul: - branch: istanbul - - honolulu: - branch: honolulu - -- project: - name: dcaegen2-platform-configbinding-sonar - jobs: - - gerrit-tox-sonar - sonarcloud: true - sonarcloud-project-organization: '{sonarcloud_project_organization}' - sonarcloud-api-token: '{sonarcloud_api_token}' - sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}' - sonar-mvn-goal: '{sonar_mvn_goal}' - cron: '@daily' - build-node: ubuntu1804-docker-8c-8g - project: 'dcaegen2/platform/configbinding' - project-name: 'dcaegen2-platform-configbinding' - branch: 'master' - # used by tox-install.sh to specify the interpreter used to install tox - python-version: python3 - mvn-settings: 'dcaegen2-platform-configbinding-settings' - mvn-goals: 'clean test' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - - -- project: - name: dcaegen2-platform-configbinding-info - project: dcaegen2/platform/configbinding - project-name: dcaegen2-platform-configbinding - branch: master - jobs: - - gerrit-info-yaml-verify - build-node: centos7-builder-2c-1g -- cgit 1.2.3-korg