From: Dileep Ranganathan Date: Wed, 7 Feb 2018 10:27:34 +0000 (-0800) Subject: Add optf-osdf JJB yaml file X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F97%2F30697%2F1;p=ci-management.git Add optf-osdf JJB yaml file Add python jobs for optf/sdf project Change-Id: I4f74aef87d07a445cc28c346fefb3b349f39a91d Issue-ID: OPTFRA-5 Signed-off-by: Dileep Ranganathan --- diff --git a/jjb/optf/optf-osdf-python.yaml b/jjb/optf/optf-osdf-python.yaml new file mode 100644 index 000000000..2daaedd17 --- /dev/null +++ b/jjb/optf/optf-osdf-python.yaml @@ -0,0 +1,16 @@ +--- +- project: + name: optf-osdf + project-name: 'optf-osdf' + project: 'optf/osdf' + stream: + - 'master': + branch: 'master' + mvn-settings: 'optf-osdf-settings' + build-node: 'ubuntu1604-basebuild-4c-4g' + subproject: + - 'osdf': + path: '.' + pattern: '**' + jobs: + - '{project-name}-{stream}-{subproject}-verify-python'