Zhaoxing | 8f3f69d | 2017-08-14 12:01:02 +0800 | [diff] [blame] | 1 | --- |
Zhaoxing | 8f3f69d | 2017-08-14 12:01:02 +0800 | [diff] [blame] | 2 | - project: |
| 3 | name: vfc-nfvo-wfengine |
| 4 | project-name: 'vfc-nfvo-wfengine' |
| 5 | project: 'vfc/nfvo/wfengine' |
| 6 | stream: |
| 7 | - 'master': |
| 8 | branch: 'master' |
| 9 | mvn-settings: 'vfc-nfvo-wfengine-settings' |
| 10 | subproject: |
| 11 | - 'engine-mgr-service': |
| 12 | pom: 'wfenginemgrservice/pom.xml' |
| 13 | pattern: 'wfenginemgrservice/**' |
Zhaoxing | 8ea6804 | 2017-10-27 15:41:09 +0800 | [diff] [blame] | 14 | script: |
| 15 | !include-raw-escape: 'build-nfvo-wfengine-engine-mgr-service-docker-image.sh' |
Zhaoxing | 8f3f69d | 2017-08-14 12:01:02 +0800 | [diff] [blame] | 16 | - 'engine-activiti-extension': |
| 17 | pom: 'activiti-extension/pom.xml' |
| 18 | pattern: 'activiti-extension/**' |
Zhaoxing | 8ea6804 | 2017-10-27 15:41:09 +0800 | [diff] [blame] | 19 | script: |
| 20 | !include-raw-escape: 'build-nfvo-wfengine-engine-activiti-extension-docker-image.sh' |
Zhaoxing | 8f3f69d | 2017-08-14 12:01:02 +0800 | [diff] [blame] | 21 | jobs: |
| 22 | - '{project-name}-{stream}-{subproject}-verify-java' |
| 23 | - '{project-name}-{stream}-{subproject}-merge-java' |
Zhaoxing | 4977304 | 2017-10-13 17:14:35 +0800 | [diff] [blame] | 24 | - '{project-name}-{stream}-{subproject}-docker-java-version-shell-daily': |
| 25 | mvn-goals: 'clean' |
Zhaoxing | 8f3f69d | 2017-08-14 12:01:02 +0800 | [diff] [blame] | 26 | files: '**' |
| 27 | archive-artifacts: '' |
Jessica Wagantall | 4f41c69 | 2018-03-19 14:44:18 -0700 | [diff] [blame] | 28 | build-node: ubuntu1604-builder-4c-4g |
Anil Belur | d2d5f28 | 2018-07-14 20:09:36 +1000 | [diff] [blame] | 29 | |
Jessica Wagantall | b0e72cd | 2018-01-29 16:07:22 -0800 | [diff] [blame] | 30 | - project: |
Jessica Wagantall | a24198e | 2019-02-04 14:20:56 -0800 | [diff] [blame] | 31 | name: vfc-nfvo-wfengine-engine-mgr-service-stage |
| 32 | project-name: 'vfc-nfvo-wfengine-engine-mgr-service' |
| 33 | project: 'vfc/nfvo/wfengine' |
| 34 | stream: |
| 35 | - 'master': |
| 36 | branch: 'master' |
| 37 | mvn-settings: 'vfc-nfvo-wfengine-settings' |
| 38 | subproject: |
| 39 | - 'engine-mgr-service': |
| 40 | pom: 'wfenginemgrservice/pom.xml' |
| 41 | pattern: 'wfenginemgrservice/**' |
| 42 | script: |
| 43 | !include-raw-escape: 'build-nfvo-wfengine-engine-mgr-service-docker-image.sh' |
| 44 | jobs: |
| 45 | - gerrit-maven-stage: |
| 46 | sign-artifacts: true |
| 47 | build-node: centos7-builder-4c-4g |
| 48 | maven-versions-plugin: true |
| 49 | mvn-pom: 'wfenginemgrservice/pom.xml' |
| 50 | mvn-params: '-f wfenginemgrservice/pom.xml' |
| 51 | |
| 52 | files: '**' |
| 53 | archive-artifacts: '' |
| 54 | build-node: ubuntu1604-builder-4c-4g |
| 55 | |
| 56 | - project: |
| 57 | name: vfc-nfvo-wfengine-engine-activiti-extension-stage |
| 58 | project-name: 'vfc-nfvo-wfengine-engine-activiti-extension' |
| 59 | project: 'vfc/nfvo/wfengine' |
| 60 | stream: |
| 61 | - 'master': |
| 62 | branch: 'master' |
| 63 | mvn-settings: 'vfc-nfvo-wfengine-settings' |
| 64 | subproject: |
| 65 | - 'engine-activiti-extension': |
| 66 | pom: 'activiti-extension/pom.xml' |
| 67 | pattern: 'activiti-extension/**' |
| 68 | script: |
| 69 | !include-raw-escape: 'build-nfvo-wfengine-engine-activiti-extension-docker-image.sh' |
| 70 | jobs: |
| 71 | - gerrit-maven-stage: |
| 72 | sign-artifacts: true |
| 73 | build-node: centos7-builder-4c-4g |
| 74 | maven-versions-plugin: true |
| 75 | mvn-pom: 'activiti-extension/pom.xml' |
| 76 | mvn-params: '-f activiti-extension/pom.xml' |
| 77 | |
| 78 | files: '**' |
| 79 | archive-artifacts: '' |
| 80 | build-node: ubuntu1604-builder-4c-4g |
| 81 | |
| 82 | - project: |
Jessica Wagantall | 4092abf | 2018-03-05 14:58:08 -0800 | [diff] [blame] | 83 | name: vfc-nfvo-wfengine-wfenginemgrservice-sonar |
| 84 | jobs: |
| 85 | - gerrit-maven-sonar |
Jessica Wagantall | c6ea783 | 2019-11-18 17:07:14 -0800 | [diff] [blame] | 86 | sonarcloud: true |
| 87 | sonarcloud-project-organization: '{sonarcloud_project_organization}' |
| 88 | sonarcloud-api-token: '{sonarcloud_api_token}' |
| 89 | sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}' |
| 90 | sonar-mvn-goal: "org.sonarsource.scanner.maven:sonar-maven-plugin:3.6.0.1398:sonar" |
Jessica Wagantall | 4092abf | 2018-03-05 14:58:08 -0800 | [diff] [blame] | 91 | mvn-params: '-f wfenginemgrservice/pom.xml' |
Gary Wu | 5f4277f | 2018-09-28 10:36:23 -0700 | [diff] [blame] | 92 | cron: '@daily' |
Jessica Wagantall | 4f41c69 | 2018-03-19 14:44:18 -0700 | [diff] [blame] | 93 | build-node: ubuntu1604-builder-4c-4g |
Jessica Wagantall | 4092abf | 2018-03-05 14:58:08 -0800 | [diff] [blame] | 94 | project: 'vfc/nfvo/wfengine' |
| 95 | project-name: 'vfc-nfvo-wfengine-wfenginemgrservice' |
| 96 | branch: 'master' |
| 97 | mvn-settings: 'vfc-nfvo-wfengine-settings' |
| 98 | mvn-goals: 'clean install' |
| 99 | mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' |
| 100 | - project: |
| 101 | name: vfc-nfvo-wfengine-activiti-extension-sonar |
| 102 | jobs: |
| 103 | - gerrit-maven-sonar |
Jessica Wagantall | c6ea783 | 2019-11-18 17:07:14 -0800 | [diff] [blame] | 104 | sonarcloud: true |
| 105 | sonarcloud-project-organization: '{sonarcloud_project_organization}' |
| 106 | sonarcloud-api-token: '{sonarcloud_api_token}' |
| 107 | sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}' |
| 108 | sonar-mvn-goal: "org.sonarsource.scanner.maven:sonar-maven-plugin:3.6.0.1398:sonar" |
Jessica Wagantall | 4092abf | 2018-03-05 14:58:08 -0800 | [diff] [blame] | 109 | mvn-params: '-f activiti-extension/pom.xml' |
Gary Wu | 5f4277f | 2018-09-28 10:36:23 -0700 | [diff] [blame] | 110 | cron: '@daily' |
Jessica Wagantall | 4f41c69 | 2018-03-19 14:44:18 -0700 | [diff] [blame] | 111 | build-node: ubuntu1604-builder-4c-4g |
Jessica Wagantall | 4092abf | 2018-03-05 14:58:08 -0800 | [diff] [blame] | 112 | project: 'vfc/nfvo/wfengine' |
| 113 | project-name: 'vfc-nfvo-wfengine-activiti-extension' |
| 114 | branch: 'master' |
| 115 | mvn-settings: 'vfc-nfvo-wfengine-settings' |
| 116 | mvn-goals: 'clean install' |
| 117 | mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' |
Jessica Wagantall | 44b9623 | 2018-10-19 18:40:20 -0700 | [diff] [blame] | 118 | |
| 119 | - project: |
| 120 | name: vfc-nfvo-wfengine-clm |
| 121 | jobs: |
| 122 | - gerrit-maven-clm |
Jessica Wagantall | f987136 | 2018-12-03 18:02:07 -0800 | [diff] [blame] | 123 | nexus-iq-namespace: 'onap-' |
Jessica Wagantall | 44b9623 | 2018-10-19 18:40:20 -0700 | [diff] [blame] | 124 | project: vfc/nfvo/wfengine |
| 125 | project-name: 'vfc-nfvo-wfengine' |
| 126 | build-node: ubuntu1604-builder-4c-4g |
| 127 | branch: 'master' |
| 128 | mvn-settings: 'vfc-nfvo-wfengine-settings' |
Jessica Wagantall | 69f3c86 | 2019-02-27 00:39:07 -0800 | [diff] [blame] | 129 | |
| 130 | - project: |
| 131 | name: vfc-nfvo-wfengine-info |
| 132 | project-name: vfc-nfvo-wfengine |
| 133 | jobs: |
| 134 | - gerrit-info-yaml-verify |
Jessica Wagantall | db675aa | 2020-01-14 00:57:36 -0800 | [diff] [blame] | 135 | build-node: centos7-builder-2c-1g |
Jessica Wagantall | 69f3c86 | 2019-02-27 00:39:07 -0800 | [diff] [blame] | 136 | project: vfc/nfvo/wfengine |
| 137 | branch: master |