diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2017-06-09 13:04:51 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2017-06-09 13:06:06 -0700 |
commit | deebbac532918358f05bd4bf3d8988ae1bb269ca (patch) | |
tree | 9f899759c371daad97e15f4ca610a9f8ec449bb1 | |
parent | e1c44c544574a012b0d7ccd44cbb6501b0ddc1cd (diff) |
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 <gary.i.wu@huawei.com>
-rw-r--r-- | jjb/ui/ui.yaml | 17 |
1 files changed, 0 insertions, 17 deletions
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 |