Zhaoxing | 8f3f69d | 2017-08-14 12:01:02 +0800 | [diff] [blame] | 1 | --- |
| 2 | |
| 3 | - project: |
| 4 | name: vfc-nfvo-wfengine |
| 5 | project-name: 'vfc-nfvo-wfengine' |
| 6 | project: 'vfc/nfvo/wfengine' |
| 7 | stream: |
| 8 | - 'master': |
| 9 | branch: 'master' |
| 10 | mvn-settings: 'vfc-nfvo-wfengine-settings' |
| 11 | subproject: |
| 12 | - 'engine-mgr-service': |
| 13 | pom: 'wfenginemgrservice/pom.xml' |
| 14 | pattern: 'wfenginemgrservice/**' |
Zhaoxing | 8ea6804 | 2017-10-27 15:41:09 +0800 | [diff] [blame] | 15 | script: |
| 16 | !include-raw-escape: 'build-nfvo-wfengine-engine-mgr-service-docker-image.sh' |
Zhaoxing | 8f3f69d | 2017-08-14 12:01:02 +0800 | [diff] [blame] | 17 | - 'engine-activiti-extension': |
| 18 | pom: 'activiti-extension/pom.xml' |
| 19 | pattern: 'activiti-extension/**' |
Zhaoxing | 8ea6804 | 2017-10-27 15:41:09 +0800 | [diff] [blame] | 20 | script: |
| 21 | !include-raw-escape: 'build-nfvo-wfengine-engine-activiti-extension-docker-image.sh' |
Zhaoxing | 8f3f69d | 2017-08-14 12:01:02 +0800 | [diff] [blame] | 22 | jobs: |
Jessica Wagantall | 58a31fa | 2017-12-05 15:40:12 -0800 | [diff] [blame] | 23 | - gerrit-maven-clm: |
Zhaoxing | 8f3f69d | 2017-08-14 12:01:02 +0800 | [diff] [blame] | 24 | - '{project-name}-{stream}-{subproject}-verify-java' |
| 25 | - '{project-name}-{stream}-{subproject}-merge-java' |
Zhaoxing | a77c041 | 2017-10-11 09:05:49 +0800 | [diff] [blame] | 26 | - '{project-name}-{stream}-{subproject}-release-version-java-daily' |
Zhaoxing | 4977304 | 2017-10-13 17:14:35 +0800 | [diff] [blame] | 27 | - '{project-name}-{stream}-{subproject}-docker-java-version-shell-daily': |
| 28 | mvn-goals: 'clean' |
Zhaoxing | 8f3f69d | 2017-08-14 12:01:02 +0800 | [diff] [blame] | 29 | files: '**' |
| 30 | archive-artifacts: '' |
| 31 | build-node: ubuntu1604-basebuild-4c-4g |
Jessica Wagantall | b0e72cd | 2018-01-29 16:07:22 -0800 | [diff] [blame] | 32 | - project: |
Jessica Wagantall | 4092abf | 2018-03-05 14:58:08 -0800 | [diff] [blame] | 33 | name: vfc-nfvo-wfengine-wfenginemgrservice-sonar |
| 34 | jobs: |
| 35 | - gerrit-maven-sonar |
| 36 | mvn-params: '-f wfenginemgrservice/pom.xml' |
| 37 | cron: 'H 11 * * *' |
| 38 | build-node: ubuntu1604-basebuild-4c-4g |
| 39 | project: 'vfc/nfvo/wfengine' |
| 40 | project-name: 'vfc-nfvo-wfengine-wfenginemgrservice' |
| 41 | branch: 'master' |
| 42 | mvn-settings: 'vfc-nfvo-wfengine-settings' |
| 43 | mvn-goals: 'clean install' |
| 44 | mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' |
| 45 | - project: |
| 46 | name: vfc-nfvo-wfengine-activiti-extension-sonar |
| 47 | jobs: |
| 48 | - gerrit-maven-sonar |
| 49 | mvn-params: '-f activiti-extension/pom.xml' |
| 50 | cron: 'H 11 * * *' |
| 51 | build-node: ubuntu1604-basebuild-4c-4g |
| 52 | project: 'vfc/nfvo/wfengine' |
| 53 | project-name: 'vfc-nfvo-wfengine-activiti-extension' |
| 54 | branch: 'master' |
| 55 | mvn-settings: 'vfc-nfvo-wfengine-settings' |
| 56 | mvn-goals: 'clean install' |
| 57 | mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' |