Reactivate jobs for ccsdk/dashboard
[ci-management.git] / jjb / ccsdk / dashboard.yaml
1 ---
2 - project:
3     name: ccsdk-dashboard
4     project-name: 'ccsdk-dashboard'
5     jobs:
6       - gerrit-maven-verify
7       - gerrit-maven-merge:
8           cron: '@daily'
9       - gerrit-maven-stage:
10           build-node: centos7-builder-4c-4g
11           cron: ''
12       - '{project-name}-gerrit-release-jobs':
13           build-node: centos7-docker-8c-8g
14       - gerrit-maven-docker-stage:
15           build-node: ubuntu1804-docker-8c-8g
16           container-public-registry: 'nexus3.onap.org:10001'
17           container-staging-registry: 'nexus3.onap.org:10003'
18           mvn-params: '-Dmaven.test.skip=true -P docker'
19           maven-versions-plugin: true
20           cron: '@daily'
21
22     project: 'ccsdk/dashboard'
23     stream:
24       - 'master':
25           branch: 'master'
26       - 'honolulu':
27           branch: 'honolulu'
28     java-version: openjdk11
29     mvn-version: 'mvn36'
30     mvn-settings: 'ccsdk-dashboard-settings'
31     # due to a strange macro / variable translation problem this needs to be
32     # passed as a string block to properly get the properties correctly defined
33     # in the job
34     maven-deploy-properties: |
35       deployAtEnd=true
36     files: '**'
37     archive-artifacts: ''
38     build-node: ubuntu1804-docker-8c-8g
39     mvn-snapshot-id: 'ecomp-snapshots'
40     nexus-snapshot-repo: 'snapshots'
41