summaryrefslogtreecommitdiffstats
path: root/jjb/vvp/vvp-jenkins.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/vvp/vvp-jenkins.yaml')
-rw-r--r--jjb/vvp/vvp-jenkins.yaml14
1 files changed, 14 insertions, 0 deletions
diff --git a/jjb/vvp/vvp-jenkins.yaml b/jjb/vvp/vvp-jenkins.yaml
index fefc29ce2..87d0cd3af 100644
--- a/jjb/vvp/vvp-jenkins.yaml
+++ b/jjb/vvp/vvp-jenkins.yaml
@@ -14,7 +14,21 @@
mvn-settings: 'vvp-jenkins-settings'
build-node: ubuntu1604-basebuild-4c-4g
jobs:
+ - gerrit-maven-clm:
+ java-version: ''
- '{project-name}-{stream}-{subproject}-verify-python'
- '{project-name}-{stream}-docker-java-daily'
docker-pom: 'pom.xml'
mvn-profile: 'default'
+- project:
+ name: vvp-jenkins-sonar
+ jobs:
+ - gerrit-maven-sonar
+ build-node: ubuntu1604-basebuild-4c-4g
+ java-version: ''
+ project: 'vvp/jenkins'
+ project-name: 'vvp-jenkins'
+ branch: 'master'
+ mvn-settings: 'vvp-jenkins-settings'
+ mvn-goals: 'clean install'
+ mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' \ No newline at end of file