diff options
author | Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> | 2019-02-14 09:33:24 -0600 |
---|---|---|
committer | Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> | 2019-02-14 09:33:24 -0600 |
commit | 7277dd28b19691d4d0187e50a79a4135c9a36ff3 (patch) | |
tree | 2175a17cc663566d4c68a620fd72fa31f58924d9 | |
parent | 402e5f7c341caffeab282830c78d334ffc41c952 (diff) |
Configure Sonar for HICN
Configuring Sonar for the HICN project
Change-Id: I4dd4a8d91910808dc6ce51ab0897c32018338639
Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
-rw-r--r-- | jjb/hicn/hicn.yaml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/jjb/hicn/hicn.yaml b/jjb/hicn/hicn.yaml index 823d24255..0c25a3724 100644 --- a/jjb/hicn/hicn.yaml +++ b/jjb/hicn/hicn.yaml @@ -275,3 +275,14 @@ rerun-unstable-builds: false max-failed-builds: 1 fixed-delay: 90 + +- project: + name: hicn-sonar + project: hicn + project-name: hicn + mvn-settings: hicn-settings + mvn-version: 'mvn33-new' + branch: master + build-node: ubuntu1604-basebuild-4c-4g + jobs: + - gerrit-maven-sonar |