diff options
author | Andrew Grimberg <agrimberg@linuxfoundation.org> | 2017-06-09 17:06:28 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-06-09 17:06:28 +0000 |
commit | 4fc33088c71dd1ba10f29bc14dd86228b1e8cf92 (patch) | |
tree | be7ec8ffdfaa614abc92cf05c092b3cd8de52d5a | |
parent | c3d06ef27c860787ff0a01a125e8e36fb825bc49 (diff) | |
parent | 654ada7585a99cb377f41ea36775b656f72c8830 (diff) |
Merge "ncomp-core: Enable CLM scan job"
-rw-r--r-- | jjb/ncomp/ncomp-core.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jjb/ncomp/ncomp-core.yaml b/jjb/ncomp/ncomp-core.yaml index 36b454c09..2a3755d54 100644 --- a/jjb/ncomp/ncomp-core.yaml +++ b/jjb/ncomp/ncomp-core.yaml @@ -3,6 +3,7 @@ name: ncomp-core project-name: 'ncomp-core' jobs: + - '{project-name}-{stream}-clm' - '{project-name}-{stream}-verify-java' - '{project-name}-{stream}-merge-java' - '{project-name}-{stream}-release-version2-java-daily' |