From 55f98a983f03012359afec1e008f5c26767f3504 Mon Sep 17 00:00:00 2001 From: sebdet Date: Tue, 11 May 2021 12:17:04 +0200 Subject: Remove clamp from JJB Clamp will be archived so removing the clamp jenkins jobs Issue-ID: CLAMP-1026 Signed-off-by: sebdet Change-Id: I7710ecbce3fdeefcabaf7f15a0587719a14b068c --- jjb/clamp/dashboard/clamp-dashboard.yaml | 72 -------------------------------- 1 file changed, 72 deletions(-) delete mode 100644 jjb/clamp/dashboard/clamp-dashboard.yaml (limited to 'jjb/clamp/dashboard/clamp-dashboard.yaml') diff --git a/jjb/clamp/dashboard/clamp-dashboard.yaml b/jjb/clamp/dashboard/clamp-dashboard.yaml deleted file mode 100644 index ce70c1903..000000000 --- a/jjb/clamp/dashboard/clamp-dashboard.yaml +++ /dev/null @@ -1,72 +0,0 @@ ---- -- project: - name: clamp-dashboard-project-view - project-name: clamp-dashboard - views: - - project-view - -- project: - name: clamp-dashboard - project-name: 'clamp-dashboard' - jobs: - - gerrit-maven-stage: - build-node: ubuntu1804-docker-8c-8g - maven-versions-plugin: true - - gerrit-maven-docker-stage: - build-node: ubuntu1804-docker-8c-8g - maven-versions-plugin: true - container-public-registry: 'nexus3.onap.org:10001' - container-staging-registry: 'nexus3.onap.org:10003' - mvn-params: '-Dmaven.test.skip=true -P docker' - - '{project-name}-{stream}-verify-java-checkstyle': - mvn-params: '-Ddocker.pull.registry=nexus3.onap.org:10001' - - '{project-name}-{stream}-merge-properties-java': - mvn_properties: - - docker.pull.registry=nexus3.onap.org:10001 - - docker.push.registry=nexus3.onap.org:10003 - - '{project-name}-gerrit-release-jobs': - build-node: centos7-docker-8c-8g - - project: 'clamp/dashboard' - stream: - - 'master': - branch: 'master' - mvn-settings: 'clamp-settings' - java-version: openjdk11 - files: '**' - archive-artifacts: '' - build-node: ubuntu1804-docker-8c-8g - -#- project: -# name: clamp-dashboard-sonar -# jobs: -# - gerrit-maven-sonar: -# mvn-params: '-Ddocker.pull.registry=nexus3.onap.org:10001' -# 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: 'clamp/dashboard' -# project-name: 'clamp-dashboard' -# branch: 'master' -# mvn-settings: 'clamp-settings' -# mvn-goals: 'clean install' -# mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' -# java-version: openjdk11 -# -- project: - name: clamp-dashboard-clm - jobs: - - gerrit-maven-clm: - mvn-params: '-Ddocker.pull.registry=nexus3.onap.org:10001' - nexus-iq-namespace: 'onap-' - project: 'clamp/dashboard' - project-name: 'clamp-dashboard' - branch: 'master' - mvn-settings: 'clamp-settings' - build-node: ubuntu1804-docker-8c-8g - build-timeout: 120 - java-version: openjdk11 -- cgit 1.2.3-korg