diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2019-03-08 01:33:12 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-03-08 01:33:12 +0000 |
commit | 764687cf523754521603ecee718ddc7d59c805f3 (patch) | |
tree | f97388ec6003ed4e78f3d8ab50d25da4cad38863 | |
parent | afcfa13660af9659c1d7ef060c0a7da5eab25a35 (diff) | |
parent | edcbd5ff6d8c6bc98a1b4b2eaf6027626c55ab96 (diff) |
Merge "Add INFO.yaml verify job (OPARENT)"
-rw-r--r-- | jjb/oparent/oparent.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/jjb/oparent/oparent.yaml b/jjb/oparent/oparent.yaml index f854c71d4..953ab7d5c 100644 --- a/jjb/oparent/oparent.yaml +++ b/jjb/oparent/oparent.yaml @@ -33,3 +33,11 @@ project-name: 'oparent' branch: 'master' mvn-settings: 'oparent-settings' + +- project: + name: oparent-info + project-name: oparent + jobs: + - gerrit-info-yaml-verify + project: oparent + branch: master |