diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-06-06 17:28:56 -0700 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-06-08 00:51:27 +0000 |
commit | 711bf2f111e90393f52caa63a814a0b4e37f10ad (patch) | |
tree | 4b321f6218798da21c5f9891debd6f5e4e6228fa | |
parent | b92bd29fc907207211e0be5e24b7980152cec1ac (diff) |
aai-router-core-service: Enable CLM scan job
CLM scans should be performed for aai-router-core-service
and the results will be reported in Nexus IQ
server.
Change-Id: If27d2dd753ff43bd0ea38009a4a0104f0ac263b9
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
-rw-r--r-- | jjb/aai/aai-router-core-service.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jjb/aai/aai-router-core-service.yaml b/jjb/aai/aai-router-core-service.yaml index 097b800d9..8e2e01110 100644 --- a/jjb/aai/aai-router-core-service.yaml +++ b/jjb/aai/aai-router-core-service.yaml @@ -3,6 +3,7 @@ name: aai-router-core project-name: 'aai-router-core' jobs: + - '{project-name}-{stream}-clm' - '{project-name}-{stream}-verify-java' - '{project-name}-{stream}-merge-java' - '{project-name}-{stream}-release-version-java-daily' |