diff options
author | Andrew Grimberg <agrimberg@linuxfoundation.org> | 2017-06-09 17:05:30 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-06-09 17:05:30 +0000 |
commit | 2fc437dcc40e3f2d8e4836d8f46a71e859614579 (patch) | |
tree | 8a50c0d0b3eaf9bd338b1827502cb0eb8459f411 /jjb/ui | |
parent | 7959d4cb2c9f097cfbedb96317af961e25d36908 (diff) | |
parent | a512f71bbb280dffd5ef87c6252d1eabb30136ee (diff) |
Merge "ui: Enable CLM scan job"
Diffstat (limited to 'jjb/ui')
-rw-r--r-- | jjb/ui/ui.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jjb/ui/ui.yaml b/jjb/ui/ui.yaml index 3aa48e32a..3b376b596 100644 --- a/jjb/ui/ui.yaml +++ b/jjb/ui/ui.yaml @@ -3,6 +3,7 @@ name: ui project-name: 'ui' jobs: + - '{project-name}-{stream}-clm' - '{project-name}-{stream}-verify-java' - '{project-name}-{stream}-merge-java' |