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