diff options
author | Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> | 2019-01-31 14:33:39 -0600 |
---|---|---|
committer | Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> | 2019-01-31 16:29:19 -0600 |
commit | 6ab591946e681255b58ee04540328aabe47f2201 (patch) | |
tree | 1ed28055d46cebfa67f4f49684bcf327f43d025d /jjb/hicn | |
parent | 102643e01a064b0cefb8dff1b0b2c1f5720ed34e (diff) |
Configure Sonar for HICN
Configuring Sonar for the HICN project
Change-Id: Ie91ec44d08bc09acf99613b3cff2678978ed44ab
Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
Diffstat (limited to 'jjb/hicn')
-rw-r--r-- | jjb/hicn/hicn.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/jjb/hicn/hicn.yaml b/jjb/hicn/hicn.yaml index 4ff90a7d0..3b5b1795e 100644 --- a/jjb/hicn/hicn.yaml +++ b/jjb/hicn/hicn.yaml @@ -265,3 +265,13 @@ rerun-unstable-builds: false max-failed-builds: 1 fixed-delay: 90 + +- project: + name: 'hicn-sonar' + project: hicn + project-name: hicn + mvn-settings: hicn + branch: master + build-node: ubuntu1604-builder-4c-4g + jobs: + - gerrit-maven-sonar |