diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-09-01 01:09:00 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-09-01 01:09:00 +0000 |
commit | 45605edfd35900f74dbe1036d6a1a4ceab18f09e (patch) | |
tree | bf0a2eb90487dbb521eacfe90717256b4d5da8b9 /jjb/vfc/vfc-nfvo-driver-vnfm-gvnfm-juju.yaml | |
parent | b7024cbfd3bbab476036d813fd80d6829eb6fa5b (diff) | |
parent | 90c1a686c1a1f4a816ebedd83bb03e11c725def0 (diff) |
Merge "Add gvnfm juju driver jjb templates"
Diffstat (limited to 'jjb/vfc/vfc-nfvo-driver-vnfm-gvnfm-juju.yaml')
-rw-r--r-- | jjb/vfc/vfc-nfvo-driver-vnfm-gvnfm-juju.yaml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/jjb/vfc/vfc-nfvo-driver-vnfm-gvnfm-juju.yaml b/jjb/vfc/vfc-nfvo-driver-vnfm-gvnfm-juju.yaml new file mode 100644 index 000000000..68e0e644c --- /dev/null +++ b/jjb/vfc/vfc-nfvo-driver-vnfm-gvnfm-juju.yaml @@ -0,0 +1,20 @@ +--- + +- project: + name: vfc-nfvo-driver-vnfm-gvnfm-juju + project-name: 'vfc-nfvo-driver-vnfm-gvnfm' + project: 'vfc/nfvo/driver/vnfm/gvnfm' + stream: + - 'master': + branch: 'master' + mvn-settings: 'vfc-nfvo-driver-vnfm-gvnfm-settings' + subproject: + - 'gvnfm-juju': + pom: 'juju/juju-vnfmadapter/pom.xml' + pattern: 'juju/juju-vnfmadapter/**' + jobs: + - '{project-name}-{stream}-{subproject}-verify-java' + - '{project-name}-{stream}-{subproject}-merge-java' + files: '**' + archive-artifacts: '' + build-node: ubuntu1604-basebuild-4c-4g |