diff options
-rw-r--r-- | jjb/vfc/vfc-nfvo-resmanagement.yaml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/jjb/vfc/vfc-nfvo-resmanagement.yaml b/jjb/vfc/vfc-nfvo-resmanagement.yaml new file mode 100644 index 000000000..e332a5a78 --- /dev/null +++ b/jjb/vfc/vfc-nfvo-resmanagement.yaml @@ -0,0 +1,15 @@ +--- + +- project: + name: vfc-nfvo-resmanagement + project-name: 'vfc-nfvo-resmanagement' + project: 'vfc/nfvo/resmanagement' + stream: + - 'master': + branch: 'master' + - 'release-1.0.0': + branch: 'release-1.0.0' + mvn-settings: 'vfc-nfvo-resmanagement-settings' + build-node: ubuntu1604-basebuild-4c-4g + jobs: + - '{project-name}-{stream}-verify-java' |