summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorsharath reddy <bs.reddy@huawei.com>2022-04-04 15:36:44 +0530
committersharath reddy <bs.reddy@huawei.com>2022-04-04 15:49:00 +0530
commit766029d3aab8719e1e79d1d3f8409ceffa057eeb (patch)
tree7796381429fe3c3fc381d92764f3ec50678c1498 /jjb
parent703580dfd5b717666e1cc57dd858e066290ab686 (diff)
added cli-sonar-verify jenkins job
Issue-ID: CLI-441 Signed-off-by: sharath reddy <bs.reddy@huawei.com> Change-Id: Idf8204435c8048a89eb215a00490e7c0fbb946b1
Diffstat (limited to 'jjb')
-rw-r--r--jjb/cli/cli.yaml20
1 files changed, 20 insertions, 0 deletions
diff --git a/jjb/cli/cli.yaml b/jjb/cli/cli.yaml
index 3f182ec90..bc9455641 100644
--- a/jjb/cli/cli.yaml
+++ b/jjb/cli/cli.yaml
@@ -100,3 +100,23 @@
build-node: centos7-builder-2c-1g
project: cli
branch: master
+
+- project:
+ name: cli-sonar-verify
+ java-version: openjdk11
+ mvn-version: "mvn36"
+ maven-version: "mvn36"
+ jobs:
+ - gerrit-maven-sonar-verify
+ sonarcloud: true
+ sonarcloud-project-organization: '{sonarcloud_project_organization}'
+ sonarcloud-api-token: '{sonarcloud_api_token}'
+ sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}'
+ sonar-mvn-goal: '{sonar_mvn_goal}'
+ build-node: ubuntu1804-docker-8c-8g
+ project: 'cli'
+ project-name: 'cli'
+ branch: 'master'
+ mvn-settings: 'cli-settings'
+ mvn-goals: 'clean install'
+ mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'