diff options
Diffstat (limited to 'jjb/demo/demo.yaml')
-rw-r--r-- | jjb/demo/demo.yaml | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/jjb/demo/demo.yaml b/jjb/demo/demo.yaml index cebe89552..ccfb7aead 100644 --- a/jjb/demo/demo.yaml +++ b/jjb/demo/demo.yaml @@ -8,7 +8,7 @@ java-version: '' - '{project-name}-{stream}-verify-java' - '{project-name}-{stream}-merge-java' - - '{project-name}-{stream}-release-version-java-daily-no-sonar' + - '{project-name}-{stream}-release-version-java-daily' project: 'demo' stream: @@ -21,3 +21,15 @@ mvn-settings: 'demo-settings' files: '**' archive-artifacts: '' +- project: + name: demo-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'demo' + project-name: 'demo' + branch: 'master' + mvn-settings: 'demo-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
\ No newline at end of file |