Reactivate jobs for ccsdk/dashboard 47/122547/1
authorvv770d <vv770d@att.com>
Fri, 9 Jul 2021 14:06:33 +0000 (14:06 +0000)
committervv770d <vv770d@att.com>
Fri, 9 Jul 2021 14:06:37 +0000 (14:06 +0000)
Temporarily re-enable verify/merge/release jobs to address
gating issue

Change-Id: Iaf03da0a4b7487191cfff7ca168c4a091d9323ea
Signed-off-by: vv770d <vv770d@att.com>
Issue-ID: DCAEGEN2-2800

jjb/ccsdk/dashboard.yaml [new file with mode: 0644]

diff --git a/jjb/ccsdk/dashboard.yaml b/jjb/ccsdk/dashboard.yaml
new file mode 100644 (file)
index 0000000..64fe880
--- /dev/null
@@ -0,0 +1,41 @@
+---
+- project:
+    name: ccsdk-dashboard
+    project-name: 'ccsdk-dashboard'
+    jobs:
+      - gerrit-maven-verify
+      - gerrit-maven-merge:
+          cron: '@daily'
+      - gerrit-maven-stage:
+          build-node: centos7-builder-4c-4g
+          cron: ''
+      - '{project-name}-gerrit-release-jobs':
+          build-node: centos7-docker-8c-8g
+      - gerrit-maven-docker-stage:
+          build-node: ubuntu1804-docker-8c-8g
+          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/dashboard'
+    stream:
+      - 'master':
+          branch: 'master'
+      - 'honolulu':
+          branch: 'honolulu'
+    java-version: openjdk11
+    mvn-version: 'mvn36'
+    mvn-settings: 'ccsdk-dashboard-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
+    mvn-snapshot-id: 'ecomp-snapshots'
+    nexus-snapshot-repo: 'snapshots'
+