diff options
author | Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> | 2019-02-12 14:28:27 -0600 |
---|---|---|
committer | Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> | 2019-02-12 14:28:27 -0600 |
commit | 7d4c6c760387156c95f1ad2335b21e8d516eb6ad (patch) | |
tree | 0928819f2a460fcb3099570360f90de7e304f169 /jjb | |
parent | c6977f8fb0162f349fa430038557477d6b2a4fec (diff) |
Remove sonar configuration
Removing the sonar configuration for HICN. This project can't use the
global-jjb sonar configuration because it's not a maven based job.
Change-Id: Ibe6d5b046edb8e14c9d496792200dd1756f9c0de
Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/hicn/hicn.yaml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/jjb/hicn/hicn.yaml b/jjb/hicn/hicn.yaml index 9eaae130b..823d24255 100644 --- a/jjb/hicn/hicn.yaml +++ b/jjb/hicn/hicn.yaml @@ -275,14 +275,3 @@ 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 |