From b0e72cde3f152280c58f83fb81e53384ae70c2ec Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Mon, 29 Jan 2018 16:07:22 -0800 Subject: Move projects to gerrit-maven-sonar The current Sonar goal in release-version-java-daily has a lot of issues when running for projects in more than one branch. Remove sonar task from release-version-java-daily and use global-jjb gerrit-maven-sonar job instead. Change-Id: I9a20b68f4539e227ceab4063edb2df429cf60afb Issue-ID: CIMAN-126 Signed-off-by: Jessica Wagantall --- jjb/so/so.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'jjb/so/so.yaml') diff --git a/jjb/so/so.yaml b/jjb/so/so.yaml index dbc4f2185..50af632d6 100644 --- a/jjb/so/so.yaml +++ b/jjb/so/so.yaml @@ -33,3 +33,14 @@ files: '**' archive-artifacts: '' build-node: ubuntu1604-basebuild-4c-4g +- project: + name: so-sonar + jobs: + - gerrit-maven-sonar + java-version: '' + project: 'so' + project-name: 'so' + branch: 'master' + mvn-settings: 'so-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' \ No newline at end of file -- cgit 1.2.3-korg