diff options
Diffstat (limited to 'jjb/aai/aai-router-core-service.yaml')
-rw-r--r-- | jjb/aai/aai-router-core-service.yaml | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/jjb/aai/aai-router-core-service.yaml b/jjb/aai/aai-router-core-service.yaml index 4dd1c1f22..73a6d3a3e 100644 --- a/jjb/aai/aai-router-core-service.yaml +++ b/jjb/aai/aai-router-core-service.yaml @@ -23,7 +23,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: 'aai/router-core' stream: - 'amsterdam': @@ -31,3 +31,15 @@ mvn-settings: 'aai-router-core-settings' files: '**' archive-artifacts: '' +- project: + name: aai-router-core-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'aai/router-core' + project-name: 'aai-router-core' + branch: 'master' + mvn-settings: 'aai-router-core-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' |