From: Gary Wu Date: Fri, 9 Jun 2017 20:04:51 +0000 (-0700) Subject: Remove invalid jobs for ui group repo X-Git-Tag: 1.0.0-Amsterdam~429^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=deebbac532918358f05bd4bf3d8988ae1bb269ca;p=ci-management.git Remove invalid jobs for ui group repo The ui repo is a group repo, and does not have a POM file. This change removes the invalid ui jobs. Change-Id: Ic7b93e6b86d05f91c2f16d6a702c2807cbdc393a Signed-off-by: Gary Wu --- diff --git a/jjb/ui/ui.yaml b/jjb/ui/ui.yaml deleted file mode 100644 index 3b376b596..000000000 --- a/jjb/ui/ui.yaml +++ /dev/null @@ -1,17 +0,0 @@ ---- -- project: - name: ui - project-name: 'ui' - jobs: - - '{project-name}-{stream}-clm' - - '{project-name}-{stream}-verify-java' - - '{project-name}-{stream}-merge-java' - - project: 'ui' - stream: - - 'master': - branch: 'master' - mvn-settings: 'ui-settings' - files: '**' - archive-artifacts: '' - build-node: ubuntu1604-basebuild-4c-4g