summaryrefslogtreecommitdiffstats
path: root/jjb/ccsdk
diff options
context:
space:
mode:
authorvv770d <vv770d@att.com>2021-07-09 14:06:33 +0000
committervv770d <vv770d@att.com>2021-07-09 14:06:37 +0000
commitba7c53996e90d99b8a30857b63c5cea50cea3b80 (patch)
treeae76e4ac2fd457e138783024e15dcc0a76b6c57d /jjb/ccsdk
parenta6785bf4f9e357cbcd1e5f264122e6725db8d08b (diff)
Reactivate jobs for ccsdk/dashboard
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
Diffstat (limited to 'jjb/ccsdk')
-rw-r--r--jjb/ccsdk/dashboard.yaml41
1 files changed, 41 insertions, 0 deletions
diff --git a/jjb/ccsdk/dashboard.yaml b/jjb/ccsdk/dashboard.yaml
new file mode 100644
index 000000000..64fe880f6
--- /dev/null
+++ b/jjb/ccsdk/dashboard.yaml
@@ -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'
+