From deebbac532918358f05bd4bf3d8988ae1bb269ca Mon Sep 17 00:00:00 2001 From: Gary Wu Date: Fri, 9 Jun 2017 13:04:51 -0700 Subject: 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 --- jjb/ui/ui.yaml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 jjb/ui/ui.yaml 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 -- cgit 1.2.3-korg