From: Ikram Ikramullah Date: Fri, 2 Feb 2018 20:31:38 +0000 (-0500) Subject: Add optf-has JJB yaml file X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F47%2F30547%2F3;p=ci-management.git Add optf-has JJB yaml file Add python jobs for optf-has project Issue-ID: CIMAN-127 Change-Id: Ie9f5bb382797243edda375cd28bad24205d9c6f6 Signed-off-by: Ikram Ikramullah --- diff --git a/jjb/optf/optf-has-python.yaml b/jjb/optf/optf-has-python.yaml new file mode 100644 index 000000000..2a2a011d8 --- /dev/null +++ b/jjb/optf/optf-has-python.yaml @@ -0,0 +1,16 @@ +--- +- project: + name: optf-has + project-name: 'optf-has' + project: 'optf/has' + stream: + - 'master': + branch: 'master' + mvn-settings: 'optf-has-settings' + build-node: 'ubuntu1604-basebuild-4c-4g' + subproject: + - 'conductor': + path: 'conductor' + pattern: 'has/**' + jobs: + - '{project-name}-{stream}-{subproject}-verify-python'