diff options
Diffstat (limited to 'jjb')
158 files changed, 2577 insertions, 555 deletions
diff --git a/jjb/aaf/aaf-authz.yaml b/jjb/aaf/aaf-authz.yaml index 89eb4289b..5e7ae8889 100644 --- a/jjb/aaf/aaf-authz.yaml +++ b/jjb/aaf/aaf-authz.yaml @@ -22,4 +22,16 @@ mvn-profile: docker docker-pom: 'authz-service/pom.xml' files: '**' - archive-artifacts: ''
\ No newline at end of file + archive-artifacts: '' +- project: + name: aaf-authz-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'aaf/authz' + project-name: 'aaf-authz' + branch: 'master' + mvn-settings: 'aaf-authz-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
\ No newline at end of file diff --git a/jjb/aaf/aaf-cadi.yaml b/jjb/aaf/aaf-cadi.yaml index d8037596d..34c2b43e0 100644 --- a/jjb/aaf/aaf-cadi.yaml +++ b/jjb/aaf/aaf-cadi.yaml @@ -18,4 +18,16 @@ branch: 'master' mvn-settings: 'aaf-cadi-settings' files: '**' - archive-artifacts: ''
\ No newline at end of file + archive-artifacts: '' +- project: + name: aaf-cadi-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'aaf/cadi' + project-name: 'aaf-cadi' + branch: 'master' + mvn-settings: 'aaf-cadi-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' diff --git a/jjb/aaf/aaf-inno.yaml b/jjb/aaf/aaf-inno.yaml index 22d8a2231..7bd5efc66 100644 --- a/jjb/aaf/aaf-inno.yaml +++ b/jjb/aaf/aaf-inno.yaml @@ -18,4 +18,16 @@ branch: 'master' mvn-settings: 'aaf-inno-settings' files: '**' - archive-artifacts: ''
\ No newline at end of file + archive-artifacts: '' +- project: + name: aaf-inno-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'aaf/inno' + project-name: 'aaf-inno' + branch: 'master' + mvn-settings: 'aaf-inno-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
\ No newline at end of file diff --git a/jjb/aai/aai-aai-common.yaml b/jjb/aai/aai-aai-common.yaml index 403ddd00c..4c836f9e5 100644 --- a/jjb/aai/aai-aai-common.yaml +++ b/jjb/aai/aai-aai-common.yaml @@ -1,6 +1,6 @@ --- - project: - name: aai-aai-common + name: aai-aai-common-master project-name: 'aai-aai-common' jobs: - gerrit-maven-clm: @@ -20,3 +20,36 @@ files: '**' archive-artifacts: '' build-node: ubuntu1604-basebuild-4c-4g +- project: + name: aai-aai-common-releases + project-name: 'aai-aai-common' + jobs: + - gerrit-maven-clm: + java-version: '' + - '{project-name}-{stream}-verify-java' + - '{project-name}-{stream}-merge-java' + - '{project-name}-{stream}-release-version-java-daily' + - '{project-name}-{stream}-stage-site-java': + site-pom: 'pom.xml' + trigger-job: '{project-name}-{stream}-release-version-java-daily' + + project: 'aai/aai-common' + stream: + - 'amsterdam': + branch: 'amsterdam' + mvn-settings: 'aai-aai-common-settings' + files: '**' + archive-artifacts: '' + build-node: ubuntu1604-basebuild-4c-4g +- project: + name: aai-aai-common-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'aai/aai-common' + project-name: 'aai-aai-common' + branch: 'master' + mvn-settings: 'aai-aai-common-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' diff --git a/jjb/aai/aai-aai-service.yaml b/jjb/aai/aai-aai-service.yaml index 48514f623..d63640313 100644 --- a/jjb/aai/aai-aai-service.yaml +++ b/jjb/aai/aai-aai-service.yaml @@ -17,3 +17,15 @@ files: '**' archive-artifacts: '' build-node: ubuntu1604-basebuild-4c-4g +- project: + name: aai-aai-service-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'aai/aai-service' + project-name: 'aai-aai-service' + branch: 'master' + mvn-settings: 'aai-aai-service-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' diff --git a/jjb/aai/aai-babel.yaml b/jjb/aai/aai-babel.yaml index 30162c76a..3a24fe46a 100644 --- a/jjb/aai/aai-babel.yaml +++ b/jjb/aai/aai-babel.yaml @@ -19,3 +19,15 @@ files: '**' archive-artifacts: '' build-node: ubuntu1604-basebuild-4c-4g +- project: + name: aai-babel-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'aai/babel' + project-name: 'aai-babel' + branch: 'master' + mvn-settings: 'aai-babel-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' diff --git a/jjb/aai/aai-champ.yaml b/jjb/aai/aai-champ.yaml index ce859701c..6f0dffb5d 100644 --- a/jjb/aai/aai-champ.yaml +++ b/jjb/aai/aai-champ.yaml @@ -20,3 +20,15 @@ files: '**' archive-artifacts: '' build-node: ubuntu1604-basebuild-4c-4g +- project: + name: aai-champ-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'aai/champ' + project-name: 'aai-champ' + branch: 'master' + mvn-settings: 'aai-champ-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' diff --git a/jjb/aai/aai-csit.yaml b/jjb/aai/aai-csit.yaml index 303aa5f5c..6b7ee8a3e 100644 --- a/jjb/aai/aai-csit.yaml +++ b/jjb/aai/aai-csit.yaml @@ -5,7 +5,11 @@ - '{project-name}-{stream}-verify-csit-{functionality}' - '{project-name}-{stream}-csit-{functionality}' project-name: 'aai' - stream: 'master' + stream: + - 'master': + branch: master + - 'amsterdam': + branch: amsterdam functionality: - 'resources': trigger_jobs: @@ -17,4 +21,4 @@ trigger_jobs: - 'aai-esr-server-{stream}-docker-java-daily' robot-options: '' - branch: 'master' + diff --git a/jjb/aai/aai-data-router.yaml b/jjb/aai/aai-data-router.yaml index a3c15ee4a..9cafe0b50 100644 --- a/jjb/aai/aai-data-router.yaml +++ b/jjb/aai/aai-data-router.yaml @@ -1,6 +1,6 @@ --- - project: - name: aai-data-router + name: aai-data-router-master project-name: 'aai-data-router' jobs: - gerrit-maven-clm: @@ -17,4 +17,35 @@ branch: 'master' mvn-settings: 'aai-data-router-settings' files: '**' - archive-artifacts: ''
\ No newline at end of file + archive-artifacts: '' +- project: + name: aai-data-router-releases + project-name: 'aai-data-router' + jobs: + - gerrit-maven-clm: + java-version: '' + - '{project-name}-{stream}-verify-java' + - '{project-name}-{stream}-merge-java' + - '{project-name}-{stream}-release-version-java-daily' + - '{project-name}-{stream}-aai-docker-java-daily': + pom: 'pom.xml' + mvn-goals: 'docker:build' + project: 'aai/data-router' + stream: + - 'amsterdam': + branch: 'amsterdam' + mvn-settings: 'aai-data-router-settings' + files: '**' + archive-artifacts: '' +- project: + name: aai-data-router-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'aai/data-router' + project-name: 'aai-data-router' + branch: 'master' + mvn-settings: 'aai-data-router-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' diff --git a/jjb/aai/aai-esr-gui.yaml b/jjb/aai/aai-esr-gui.yaml index e2efa919a..3ed17b874 100644 --- a/jjb/aai/aai-esr-gui.yaml +++ b/jjb/aai/aai-esr-gui.yaml @@ -7,16 +7,30 @@ 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-name}-{stream}-docker-java-daily' project: 'aai/esr-gui' stream: - 'master': branch: 'master' + - 'amsterdam': + branch: 'amsterdam' mvn-settings: 'aai-esr-gui-settings' files: '**' archive-artifacts: '' docker-pom: 'pom.xml' mvn-profile: docker build-node: ubuntu1604-basebuild-4c-4g +- project: + name: aai-esr-gui-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'aai/esr-gui' + project-name: 'aai-esr-gui' + branch: 'master' + mvn-settings: 'aai-esr-gui-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' diff --git a/jjb/aai/aai-esr-server.yaml b/jjb/aai/aai-esr-server.yaml index 2f7076ba4..c39514e31 100644 --- a/jjb/aai/aai-esr-server.yaml +++ b/jjb/aai/aai-esr-server.yaml @@ -1,6 +1,6 @@ --- - project: - name: aai-esr-server + name: aai-esr-server-master project-name: 'aai-esr-server' jobs: - gerrit-maven-clm: @@ -20,3 +20,36 @@ docker-pom: 'pom.xml' mvn-profile: docker build-node: ubuntu1604-basebuild-4c-4g +- project: + name: aai-esr-server-releases + project-name: 'aai-esr-server' + jobs: + - gerrit-maven-clm: + java-version: '' + - '{project-name}-{stream}-verify-java' + - '{project-name}-{stream}-merge-java' + - '{project-name}-{stream}-release-version-java-daily' + - '{project-name}-{stream}-docker-java-daily' + + project: 'aai/esr-server' + stream: + - 'amsterdam': + branch: 'amsterdam' + mvn-settings: 'aai-esr-server-settings' + files: '**' + archive-artifacts: '' + docker-pom: 'pom.xml' + mvn-profile: docker + build-node: ubuntu1604-basebuild-4c-4g +- project: + name: aai-esr-server-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'aai/esr-server' + project-name: 'aai-esr-server' + branch: 'master' + mvn-settings: 'aai-esr-server-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' diff --git a/jjb/aai/aai-event-client.yaml b/jjb/aai/aai-event-client.yaml new file mode 100644 index 000000000..92110f0ec --- /dev/null +++ b/jjb/aai/aai-event-client.yaml @@ -0,0 +1,17 @@ +--- +- project: + name: aai-event-client-master + project-name: 'aai-event-client' + jobs: + - gerrit-maven-clm: + java-version: '' + - '{project-name}-{stream}-verify-java' + - '{project-name}-{stream}-merge-java' + - '{project-name}-{stream}-release-version-java-daily' + project: 'aai/event-client' + stream: + - 'master': + branch: 'master' + mvn-settings: 'aai-event-client-settings' + files: '**' + archive-artifacts: ''
\ No newline at end of file diff --git a/jjb/aai/aai-logging-service.yaml b/jjb/aai/aai-logging-service.yaml index 8aa510ac9..8d6ff0f7b 100644 --- a/jjb/aai/aai-logging-service.yaml +++ b/jjb/aai/aai-logging-service.yaml @@ -1,6 +1,6 @@ --- - project: - name: aai-logging-service + name: aai-logging-service-master project-name: 'aai-logging-service' jobs: - gerrit-maven-clm: @@ -12,8 +12,36 @@ stream: - 'master': branch: 'master' + mvn-settings: 'aai-logging-service-settings' + files: '**' + archive-artifacts: '' +- project: + name: aai-logging-service-releases + project-name: 'aai-logging-service' + jobs: + - gerrit-maven-clm: + java-version: '' + - '{project-name}-{stream}-verify-java' + - '{project-name}-{stream}-merge-java' + - '{project-name}-{stream}-release-version-java-daily' + project: 'aai/logging-service' + stream: - 'release-1.0.0': branch: 'release-1.0.0' + - 'amsterdam': + branch: 'amsterdam' mvn-settings: 'aai-logging-service-settings' files: '**' archive-artifacts: '' +- project: + name: aai-logging-service-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'aai/logging-service' + project-name: 'aai-logging-service' + branch: 'master' + mvn-settings: 'aai-logging-service-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' diff --git a/jjb/aai/aai-model-loader.yaml b/jjb/aai/aai-model-loader.yaml index ac761c518..eafe2502c 100644 --- a/jjb/aai/aai-model-loader.yaml +++ b/jjb/aai/aai-model-loader.yaml @@ -1,6 +1,6 @@ --- - project: - name: aai-model-loader + name: aai-model-loader-master project-name: 'aai-model-loader' jobs: - gerrit-maven-clm: @@ -19,3 +19,35 @@ files: '**' archive-artifacts: '' build-node: ubuntu1604-basebuild-4c-4g +- project: + name: aai-model-loader-releases + project-name: 'aai-model-loader' + jobs: + - gerrit-maven-clm: + java-version: '' + - '{project-name}-{stream}-verify-java' + - '{project-name}-{stream}-merge-java' + - '{project-name}-{stream}-release-version-java-daily' + - '{project-name}-{stream}-aai-docker-java-daily': + pom: 'pom.xml' + mvn-goals: 'docker:build' + project: 'aai/model-loader' + stream: + - 'amsterdam': + branch: 'amsterdam' + mvn-settings: 'aai-model-loader-settings' + files: '**' + archive-artifacts: '' + build-node: ubuntu1604-basebuild-4c-4g +- project: + name: aai-model-loader-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'aai/model-loader' + project-name: 'aai-model-loader' + branch: 'master' + mvn-settings: 'aai-model-loader-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' diff --git a/jjb/aai/aai-resources.yaml b/jjb/aai/aai-resources.yaml index 0f466e69e..19c5e3f97 100644 --- a/jjb/aai/aai-resources.yaml +++ b/jjb/aai/aai-resources.yaml @@ -23,3 +23,39 @@ files: '**' archive-artifacts: '' build-node: ubuntu1604-basebuild-4c-4g +- project: + name: aai-resources-amsterdam + project-name: 'aai-resources' + jobs: + - gerrit-maven-clm: + java-version: '' + - '{project-name}-{stream}-verify-java' + - '{project-name}-{stream}-merge-java' + - '{project-name}-{stream}-release-version-java-daily' + - '{project-name}-{stream}-stage-site-java': + site-pom: 'pom.xml' + trigger-job: '{project-name}-{stream}-release-version-java-daily' + - '{project-name}-{stream}-aai-docker-java-version-daily': + pom: 'aai-resources/pom.xml' + mvn-goals: 'docker:build docker:push' + + project: 'aai/resources' + stream: + - 'amsterdam': + branch: 'amsterdam' + mvn-settings: 'aai-resources-settings' + files: '**' + archive-artifacts: '' + build-node: ubuntu1604-basebuild-4c-4g +- project: + name: aai-resources-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'aai/resources' + project-name: 'aai-resources' + branch: 'master' + mvn-settings: 'aai-resources-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' diff --git a/jjb/aai/aai-rest-client.yaml b/jjb/aai/aai-rest-client.yaml index 51374a20a..37c2084a2 100644 --- a/jjb/aai/aai-rest-client.yaml +++ b/jjb/aai/aai-rest-client.yaml @@ -1,6 +1,6 @@ --- - project: - name: aai-rest-client + name: aai-rest-client-master project-name: 'aai-rest-client' jobs: - gerrit-maven-clm: @@ -15,3 +15,31 @@ mvn-settings: 'aai-rest-client-settings' files: '**' archive-artifacts: '' +- project: + name: aai-rest-client-releases + project-name: 'aai-rest-client' + jobs: + - gerrit-maven-clm: + java-version: '' + - '{project-name}-{stream}-verify-java' + - '{project-name}-{stream}-merge-java' + - '{project-name}-{stream}-release-version-java-daily' + project: 'aai/rest-client' + stream: + - 'amsterdam': + branch: 'amsterdam' + 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' diff --git a/jjb/aai/aai-router-core-service.yaml b/jjb/aai/aai-router-core-service.yaml index 17323195e..73a6d3a3e 100644 --- a/jjb/aai/aai-router-core-service.yaml +++ b/jjb/aai/aai-router-core-service.yaml @@ -1,6 +1,6 @@ --- - project: - name: aai-router-core + name: aai-router-core-master project-name: 'aai-router-core' jobs: - gerrit-maven-clm: @@ -15,3 +15,31 @@ mvn-settings: 'aai-router-core-settings' files: '**' archive-artifacts: '' +- project: + name: aai-router-core-releases + project-name: 'aai-router-core' + jobs: + - gerrit-maven-clm: + java-version: '' + - '{project-name}-{stream}-verify-java' + - '{project-name}-{stream}-merge-java' + - '{project-name}-{stream}-release-version-java-daily' + project: 'aai/router-core' + stream: + - 'amsterdam': + branch: 'amsterdam' + 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' diff --git a/jjb/aai/aai-search-data-service.yaml b/jjb/aai/aai-search-data-service.yaml index de9af76f0..b9cceb808 100644 --- a/jjb/aai/aai-search-data-service.yaml +++ b/jjb/aai/aai-search-data-service.yaml @@ -1,6 +1,6 @@ --- - project: - name: aai-search-data-service + name: aai-search-data-service-master project-name: 'aai-search-data-service' jobs: - gerrit-maven-clm: @@ -17,4 +17,23 @@ branch: 'master' mvn-settings: 'aai-search-data-service-settings' files: '**' - archive-artifacts: ''
\ No newline at end of file + archive-artifacts: '' +- project: + name: aai-search-data-service-releases + project-name: 'aai-search-data-service' + jobs: + - gerrit-maven-clm: + java-version: '' + - '{project-name}-{stream}-verify-java' + - '{project-name}-{stream}-merge-java' + - '{project-name}-{stream}-release-version-java-daily' + - '{project-name}-{stream}-aai-docker-java-daily': + pom: 'pom.xml' + mvn-goals: 'docker:build' + project: 'aai/search-data-service' + stream: + - 'amsterdam': + branch: 'amsterdam' + mvn-settings: 'aai-search-data-service-settings' + files: '**' + archive-artifacts: '' diff --git a/jjb/aai/aai-sparky-be.yaml b/jjb/aai/aai-sparky-be.yaml index 8f49eb3de..87724f400 100644 --- a/jjb/aai/aai-sparky-be.yaml +++ b/jjb/aai/aai-sparky-be.yaml @@ -1,6 +1,6 @@ --- - project: - name: aai-sparky-be + name: aai-sparky-be-master project-name: 'aai-sparky-be' jobs: - gerrit-maven-clm: @@ -17,4 +17,35 @@ branch: 'master' mvn-settings: 'aai-sparky-be-settings' files: '**' - archive-artifacts: ''
\ No newline at end of file + archive-artifacts: '' +- project: + name: aai-sparky-be-releases + project-name: 'aai-sparky-be' + jobs: + - gerrit-maven-clm: + java-version: '' + - '{project-name}-{stream}-verify-java' + - '{project-name}-{stream}-merge-java' + - '{project-name}-{stream}-release-version-java-daily' + - '{project-name}-{stream}-aai-docker-java-daily': + pom: 'pom.xml' + mvn-goals: 'docker:build' + project: 'aai/sparky-be' + stream: + - 'amsterdam': + branch: 'amsterdam' + mvn-settings: 'aai-sparky-be-settings' + files: '**' + archive-artifacts: '' +- project: + name: aai-sparky-be-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'aai/sparky-be' + project-name: 'aai-sparky-be' + branch: 'master' + mvn-settings: 'aai-sparky-be-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' diff --git a/jjb/aai/aai-sparky-fe.yaml b/jjb/aai/aai-sparky-fe.yaml index fd1b330e6..5c20d259e 100644 --- a/jjb/aai/aai-sparky-fe.yaml +++ b/jjb/aai/aai-sparky-fe.yaml @@ -8,11 +8,25 @@ 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/sparky-fe' stream: - 'master': branch: 'master' + - 'amsterdam': + branch: 'amsterdam' mvn-settings: 'aai-sparky-fe-settings' files: '**' archive-artifacts: '' +- project: + name: aai-sparky-fe-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'aai/sparky-fe' + project-name: 'aai-sparky-fe' + branch: 'master' + mvn-settings: 'aai-sparky-fe-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' diff --git a/jjb/aai/aai-traversal.yaml b/jjb/aai/aai-traversal.yaml index 3803ca3ba..892cba12c 100644 --- a/jjb/aai/aai-traversal.yaml +++ b/jjb/aai/aai-traversal.yaml @@ -1,6 +1,6 @@ --- - project: - name: aai-traversal + name: aai-traversal-master project-name: 'aai-traversal' jobs: - gerrit-maven-clm: @@ -23,3 +23,39 @@ files: '**' archive-artifacts: '' build-node: ubuntu1604-basebuild-4c-4g +- project: + name: aai-traversal-amsterdam + project-name: 'aai-traversal' + jobs: + - gerrit-maven-clm: + java-version: '' + - '{project-name}-{stream}-verify-java' + - '{project-name}-{stream}-merge-java' + - '{project-name}-{stream}-release-version-java-daily' + - '{project-name}-{stream}-stage-site-java': + site-pom: 'pom.xml' + trigger-job: '{project-name}-{stream}-release-version-java-daily' + - '{project-name}-{stream}-aai-docker-java-version-daily': + pom: 'aai-traversal/pom.xml' + mvn-goals: 'docker:build docker:push' + + project: 'aai/traversal' + stream: + - 'amsterdam': + branch: 'amsterdam' + mvn-settings: 'aai-traversal-settings' + files: '**' + archive-artifacts: '' + build-node: ubuntu1604-basebuild-4c-4g +- project: + name: aai-traversal-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'aai/traversal' + project-name: 'aai-traversal' + branch: 'master' + mvn-settings: 'aai-traversal-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' diff --git a/jjb/appc/appc-csit.yaml b/jjb/appc/appc-csit.yaml index 1a364df32..e257a8bc4 100644 --- a/jjb/appc/appc-csit.yaml +++ b/jjb/appc/appc-csit.yaml @@ -5,10 +5,13 @@ - '{project-name}-{stream}-verify-csit-{functionality}' - '{project-name}-{stream}-csit-{functionality}' project-name: 'appc' - stream: 'master' + stream: + - 'master': + branch: 'master' + - 'amsterdam': + branch: 'amsterdam' functionality: - 'healthcheck': trigger_jobs: - '{project-name}-{stream}-release-java-daily-checkstyle' robot-options: '' - branch: 'master' diff --git a/jjb/appc/appc-deployment.yaml b/jjb/appc/appc-deployment.yaml index 782e6e253..3f4c91e7c 100644 --- a/jjb/appc/appc-deployment.yaml +++ b/jjb/appc/appc-deployment.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-name}-{stream}-docker-java-daily' - '{project-name}-{stream}-docker-version-java-daily' - '{project-name}-docker-image-blessing' diff --git a/jjb/appc/appc-master.yaml b/jjb/appc/appc-master.yaml index 82615fea8..2b14835c1 100644 --- a/jjb/appc/appc-master.yaml +++ b/jjb/appc/appc-master.yaml @@ -6,17 +6,31 @@ - gerrit-maven-clm: java-version: '' mvn-params: '-DskipTests' - - '{project-name}-{stream}-verify-java' - - '{project-name}-{stream}-merge-java' + build-timeout: 30 + build-node: ubuntu1604-basebuild-8c-8g + - '{project-name}-{stream}-verify-java': + build-node: ubuntu1604-basebuild-8c-8g + - '{project-name}-{stream}-merge-java': + build-node: ubuntu1604-basebuild-8c-8g - '{project-name}-{stream}-release-version-java-daily' project: 'appc' stream: - 'master': branch: 'master' - - 'amsterdam': - branch: 'amsterdam' mvn-settings: 'appc-settings' files: '**' archive-artifacts: '' build-node: ubuntu1604-basebuild-4c-4g +- project: + name: appc-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-8c-8g + java-version: '' + project: 'appc' + project-name: 'appc' + branch: 'master' + mvn-settings: 'appc-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' diff --git a/jjb/appc/appc-release.yaml b/jjb/appc/appc-release.yaml new file mode 100644 index 000000000..b65b3d8e5 --- /dev/null +++ b/jjb/appc/appc-release.yaml @@ -0,0 +1,21 @@ +--- +- project: + name: appc-release + project-name: 'appc' + jobs: + - gerrit-maven-clm: + java-version: '' + mvn-params: '-DskipTests' + build-timeout: 30 + - '{project-name}-{stream}-verify-java' + - '{project-name}-{stream}-merge-java' + - '{project-name}-{stream}-release-version-java-daily' + + project: 'appc' + stream: + - 'amsterdam': + branch: 'amsterdam' + mvn-settings: 'appc-settings' + files: '**' + archive-artifacts: '' + build-node: ubuntu1604-basebuild-4c-4g diff --git a/jjb/ccsdk/dashboard.yaml b/jjb/ccsdk/dashboard.yaml index 05a134d9a..08ec0f21e 100644 --- a/jjb/ccsdk/dashboard.yaml +++ b/jjb/ccsdk/dashboard.yaml @@ -20,3 +20,15 @@ deployAtEnd=true files: '**' archive-artifacts: '' +- project: + name: ccsdk-dashboard-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'ccsdk/dashboard' + project-name: 'ccsdk-dashboard' + branch: 'master' + mvn-settings: 'ccsdk-dashboard-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' diff --git a/jjb/ccsdk/distribution.yaml b/jjb/ccsdk/distribution.yaml index 6cc35c800..fe4a84037 100644 --- a/jjb/ccsdk/distribution.yaml +++ b/jjb/ccsdk/distribution.yaml @@ -7,7 +7,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-name}-{stream}-docker-java-daily' - '{project-name}-{stream}-docker-version-java-daily' @@ -23,3 +23,15 @@ docker-pom: 'pom.xml' mvn-profile: docker build-node: ubuntu1604-docker-8c-8g +- project: + name: ccsdk-distribution-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'ccsdk/distribution' + project-name: 'ccsdk-distribution' + branch: 'master' + mvn-settings: 'ccsdk-distribution-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' diff --git a/jjb/ccsdk/parent.yaml b/jjb/ccsdk/parent.yaml index ac8024c1c..1f76950ab 100644 --- a/jjb/ccsdk/parent.yaml +++ b/jjb/ccsdk/parent.yaml @@ -23,3 +23,15 @@ deployAtEnd=true files: '**' archive-artifacts: '' +- project: + name: ccsdk-parent-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'ccsdk/parent' + project-name: 'ccsdk-parent' + branch: 'master' + mvn-settings: 'ccsdk-parent-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' diff --git a/jjb/ccsdk/platform-nbapi.yaml b/jjb/ccsdk/platform-nbapi.yaml index cbd51ddb6..405daa63d 100644 --- a/jjb/ccsdk/platform-nbapi.yaml +++ b/jjb/ccsdk/platform-nbapi.yaml @@ -7,7 +7,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: 'ccsdk/platform/nbapi' stream: @@ -23,3 +23,15 @@ deployAtEnd=true files: '**' archive-artifacts: '' +- project: + name: ccsdk-platform-nbapi-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'ccsdk/platform/nbapi' + project-name: 'ccsdk-platform-nbapi' + branch: 'master' + mvn-settings: 'ccsdk-platform-nbapi-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' diff --git a/jjb/ccsdk/platform-plugins.yaml b/jjb/ccsdk/platform-plugins.yaml index 1fc194a5f..846340988 100644 --- a/jjb/ccsdk/platform-plugins.yaml +++ b/jjb/ccsdk/platform-plugins.yaml @@ -7,7 +7,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: 'ccsdk/platform/plugins' stream: @@ -21,3 +21,15 @@ deployAtEnd=true files: '**' archive-artifacts: '' +- project: + name: ccsdk-platform-plugins-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'ccsdk/platform/plugins' + project-name: 'ccsdk-platform-plugins' + branch: 'master' + mvn-settings: 'ccsdk-platform-plugins-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' diff --git a/jjb/ccsdk/sli-adaptors.yaml b/jjb/ccsdk/sli-adaptors.yaml index 7ef392550..88f69e736 100644 --- a/jjb/ccsdk/sli-adaptors.yaml +++ b/jjb/ccsdk/sli-adaptors.yaml @@ -24,3 +24,15 @@ files: '**' archive-artifacts: '' build-node: ubuntu1604-basebuild-4c-4g +- project: + name: ccsdk-sli-adaptors-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'ccsdk/sli/adaptors' + project-name: 'ccsdk-sli-adaptors' + branch: 'master' + mvn-settings: 'ccsdk-sli-adaptors-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
\ No newline at end of file diff --git a/jjb/ccsdk/sli-core.yaml b/jjb/ccsdk/sli-core.yaml index 45ec03993..1de8575cb 100644 --- a/jjb/ccsdk/sli-core.yaml +++ b/jjb/ccsdk/sli-core.yaml @@ -24,3 +24,15 @@ files: '**' archive-artifacts: '' build-node: ubuntu1604-basebuild-4c-4g +- project: + name: ccsdk-sli-core-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'ccsdk/sli/core' + project-name: 'ccsdk-sli-core' + branch: 'master' + mvn-settings: 'ccsdk-sli-core-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' diff --git a/jjb/ccsdk/sli-northbound.yaml b/jjb/ccsdk/sli-northbound.yaml index aacb71c71..deb124618 100644 --- a/jjb/ccsdk/sli-northbound.yaml +++ b/jjb/ccsdk/sli-northbound.yaml @@ -24,3 +24,15 @@ files: '**' archive-artifacts: '' build-node: ubuntu1604-basebuild-4c-4g +- project: + name: ccsdk-sli-northbound-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'ccsdk/sli/northbound' + project-name: 'ccsdk-sli-northbound' + branch: 'master' + mvn-settings: 'ccsdk-sli-northbound-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
\ No newline at end of file diff --git a/jjb/ccsdk/sli-plugins.yaml b/jjb/ccsdk/sli-plugins.yaml index e24c1ca7e..8a81e3485 100644 --- a/jjb/ccsdk/sli-plugins.yaml +++ b/jjb/ccsdk/sli-plugins.yaml @@ -23,3 +23,15 @@ deployAtEnd=true files: '**' archive-artifacts: '' +- project: + name: ccsdk-sli-plugins-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'ccsdk/sli/plugins' + project-name: 'ccsdk-sli-plugins' + branch: 'master' + mvn-settings: 'ccsdk-sli-plugins-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' diff --git a/jjb/ccsdk/storage-pgaas.yaml b/jjb/ccsdk/storage-pgaas.yaml index 796163342..a5c06f137 100644 --- a/jjb/ccsdk/storage-pgaas.yaml +++ b/jjb/ccsdk/storage-pgaas.yaml @@ -7,7 +7,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: 'ccsdk/storage/pgaas' stream: @@ -23,3 +23,15 @@ deployAtEnd=true files: '**' archive-artifacts: '' +- project: + name: ccsdk-storage-pgaas-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'ccsdk/storage/pgaas' + project-name: 'ccsdk-storage-pgaas' + branch: 'master' + mvn-settings: 'ccsdk-storage-pgaas-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' diff --git a/jjb/ccsdk/utils.yaml b/jjb/ccsdk/utils.yaml index b0d53baa8..f8203ac26 100644 --- a/jjb/ccsdk/utils.yaml +++ b/jjb/ccsdk/utils.yaml @@ -7,7 +7,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: 'ccsdk/utils' stream: @@ -23,3 +23,15 @@ deployAtEnd=true files: '**' archive-artifacts: '' +- project: + name: ccsdk-utils-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'ccsdk/utils' + project-name: 'ccsdk-utils' + branch: 'master' + mvn-settings: 'ccsdk-utils-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
\ No newline at end of file diff --git a/jjb/ci-management/ci-management.yaml b/jjb/ci-management/ci-management.yaml index c1dea93fe..56a6c585b 100644 --- a/jjb/ci-management/ci-management.yaml +++ b/jjb/ci-management/ci-management.yaml @@ -10,6 +10,7 @@ branch: 'master' build-timeout: '60' build-node: 'centos7-basebuild-2c-1g' + jjb-version: 2.0.0 - project: name: packer-jobs diff --git a/jjb/clamp/clamp.yaml b/jjb/clamp/clamp.yaml index 746caa0ea..d648d4f36 100644 --- a/jjb/clamp/clamp.yaml +++ b/jjb/clamp/clamp.yaml @@ -4,6 +4,8 @@ name: clamp project-name: 'clamp' jobs: + - gerrit-maven-clm: + java-version: '' - '{project-name}-{stream}-verify-java-checkstyle' - '{project-name}-{stream}-merge-properties-java': mvn_properties: @@ -29,7 +31,21 @@ stream: - 'master': branch: 'master' + - 'amsterdam': + branch: 'amsterdam' mvn-settings: 'clamp-settings' files: '**' archive-artifacts: '' build-node: ubuntu1604-docker-8c-8g +- project: + name: clamp-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'clamp' + project-name: 'clamp' + branch: 'master' + mvn-settings: 'clamp-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
\ No newline at end of file diff --git a/jjb/cli/cli.yaml b/jjb/cli/cli.yaml index 723e96932..48f220b26 100644 --- a/jjb/cli/cli.yaml +++ b/jjb/cli/cli.yaml @@ -21,9 +21,21 @@ stream: - 'master': branch: 'master' - - 'release-1.1.0': - branch: 'release-1.1.0' + - 'amsterdam': + branch: 'amsterdam' mvn-settings: 'cli-settings' files: '**' archive-artifacts: '' build-node: ubuntu1604-basebuild-4c-4g +- project: + name: cli-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'cli' + project-name: 'cli' + branch: 'master' + mvn-settings: 'cli-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' diff --git a/jjb/dcaegen2/apod-analytics.yaml b/jjb/dcaegen2/apod-analytics.yaml index 4e6f2f3c6..8605cf11c 100644 --- a/jjb/dcaegen2/apod-analytics.yaml +++ b/jjb/dcaegen2/apod-analytics.yaml @@ -1,27 +1,39 @@ ----
-- project:
- name: dcaegen2-analytics-tca
-
- # job template iterators
- project-name: 'dcaegen2-analytics-tca'
- stream:
- - 'master':
- branch: 'master'
- - 'amsterdam':
- branch: 'amsterdam'
-
- # apply to all jobs
- project: 'dcaegen2/analytics/tca'
- mvn-settings: 'dcaegen2-analytics-tca-settings'
- files: '**'
- maven-deploy-properties: |
- deployAtEnd=true
- archive-artifacts: ''
- build-node: ubuntu1604-basebuild-4c-4g
-
- jobs:
- - '{project-name}-{stream}-release-version-java-daily'
- - '{project-name}-{stream}-verify-java-skip-tests':
- mvn-goals: 'clean install'
- - '{project-name}-{stream}-merge-java':
- mvn-goals: 'clean deploy'
+--- +- project: + name: dcaegen2-analytics-tca + + # job template iterators + project-name: 'dcaegen2-analytics-tca' + stream: + - 'master': + branch: 'master' + - 'amsterdam': + branch: 'amsterdam' + + # apply to all jobs + project: 'dcaegen2/analytics/tca' + mvn-settings: 'dcaegen2-analytics-tca-settings' + files: '**' + maven-deploy-properties: | + deployAtEnd=true + archive-artifacts: '' + build-node: ubuntu1604-basebuild-4c-4g + + jobs: + - '{project-name}-{stream}-release-version-java-daily' + - '{project-name}-{stream}-verify-java-skip-tests': + mvn-goals: 'clean install' + - '{project-name}-{stream}-merge-java': + mvn-goals: 'clean deploy' +- project: + name: dcaegen2-analytics-tca-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'dcaegen2/analytics/tca' + project-name: 'dcaegen2-analytics-tca' + branch: 'master' + mvn-settings: 'dcaegen2-analytics-tca-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
\ No newline at end of file diff --git a/jjb/dcaegen2/dcaegen2-analytics.yaml b/jjb/dcaegen2/dcaegen2-analytics.yaml index 27feb20e7..0f68fcf38 100644 --- a/jjb/dcaegen2/dcaegen2-analytics.yaml +++ b/jjb/dcaegen2/dcaegen2-analytics.yaml @@ -5,7 +5,7 @@ jobs: - '{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: 'dcaegen2/analytics' stream: @@ -20,3 +20,15 @@ files: '**' archive-artifacts: '' build-node: 'ubuntu1604-docker-8c-8g' +- project: + name: dcaegen2-analytics-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'dcaegen2/analytics' + project-name: 'dcaegen2-analytics' + branch: 'master' + mvn-settings: 'dcaegen2-analytics-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' diff --git a/jjb/dcaegen2/dcaegen2-collectors-snmptrap.yaml b/jjb/dcaegen2/dcaegen2-collectors-snmptrap.yaml index 1990c0c63..35a5ec723 100644 --- a/jjb/dcaegen2/dcaegen2-collectors-snmptrap.yaml +++ b/jjb/dcaegen2/dcaegen2-collectors-snmptrap.yaml @@ -5,7 +5,7 @@ jobs: - '{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: 'dcaegen2/collectors/snmptrap' stream: @@ -20,3 +20,15 @@ files: '**' archive-artifacts: '' build-node: 'ubuntu1604-docker-8c-8g' +- project: + name: dcaegen2-collectors-snmptrap-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'dcaegen2/collectors/snmptrap' + project-name: 'dcaegen2-collectors-snmptrap' + branch: 'master' + mvn-settings: 'dcaegen2-collectors-snmptrap-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
\ No newline at end of file diff --git a/jjb/dcaegen2/dcaegen2-collectors-ves.yaml b/jjb/dcaegen2/dcaegen2-collectors-ves.yaml index 4f03d9939..394bf9974 100644 --- a/jjb/dcaegen2/dcaegen2-collectors-ves.yaml +++ b/jjb/dcaegen2/dcaegen2-collectors-ves.yaml @@ -22,3 +22,15 @@ files: '**' archive-artifacts: '' build-node: 'ubuntu1604-docker-8c-8g' +- project: + name: dcaegen2-collectors-ves-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'dcaegen2/collectors/ves' + project-name: 'dcaegen2-collectors-ves' + branch: 'master' + mvn-settings: 'dcaegen2-collectors-ves-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
\ No newline at end of file diff --git a/jjb/dcaegen2/dcaegen2-collectors.yaml b/jjb/dcaegen2/dcaegen2-collectors.yaml index 87e4fd467..d802d2be2 100644 --- a/jjb/dcaegen2/dcaegen2-collectors.yaml +++ b/jjb/dcaegen2/dcaegen2-collectors.yaml @@ -5,7 +5,7 @@ jobs: - '{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: 'dcaegen2/collectors' stream: @@ -20,3 +20,15 @@ files: '**' archive-artifacts: '' build-node: 'ubuntu1604-docker-8c-8g' +- project: + name: dcaegen2-collectors-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'dcaegen2/collectors' + project-name: 'dcaegen2-collectors' + branch: 'master' + mvn-settings: 'dcaegen2-collectors-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
\ No newline at end of file diff --git a/jjb/dcaegen2/dcaegen2-csit.yaml b/jjb/dcaegen2/dcaegen2-csit.yaml index f4e5d001c..cf22f35d6 100644 --- a/jjb/dcaegen2/dcaegen2-csit.yaml +++ b/jjb/dcaegen2/dcaegen2-csit.yaml @@ -4,11 +4,14 @@ - '{project-name}-{stream}-verify-csit-{functionality}' - '{project-name}-{stream}-csit-{functionality}' project-name: 'dcaegen2' - stream: 'master' + stream: + - 'master': + branch: 'master' + - 'amsterdam': + branch: 'amsterdam' functionality: - 'testsuites': trigger_jobs: - 'dcaegen2-master-merge-java' - 'dcaegen2-collectors-ves-master-merge-java' robot-options: '' - branch: 'master' diff --git a/jjb/dcaegen2/dcaegen2-deployments.yaml b/jjb/dcaegen2/dcaegen2-deployments.yaml index deaab94fd..0e413875c 100644 --- a/jjb/dcaegen2/dcaegen2-deployments.yaml +++ b/jjb/dcaegen2/dcaegen2-deployments.yaml @@ -5,7 +5,7 @@ jobs: - '{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: 'dcaegen2/deployments' stream: @@ -22,3 +22,15 @@ files: '**' archive-artifacts: '' build-node: 'ubuntu1604-docker-8c-8g' +- project: + name: dcaegen2-deployments-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'dcaegen2/deployments' + project-name: 'dcaegen2-deployments' + branch: 'master' + mvn-settings: 'dcaegen2-deployments-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
\ No newline at end of file diff --git a/jjb/dcaegen2/dcaegen2-platform-blueprints.yaml b/jjb/dcaegen2/dcaegen2-platform-blueprints.yaml index ab047d53f..296c49aa8 100644 --- a/jjb/dcaegen2/dcaegen2-platform-blueprints.yaml +++ b/jjb/dcaegen2/dcaegen2-platform-blueprints.yaml @@ -5,7 +5,7 @@ jobs: - '{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: 'dcaegen2/platform/blueprints' stream: @@ -22,3 +22,15 @@ files: '**' archive-artifacts: '' build-node: 'ubuntu1604-docker-8c-8g' +- project: + name: dcaegen2-platform-blueprints-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'dcaegen2/platform/blueprints' + project-name: 'dcaegen2-platform-blueprints' + branch: 'master' + mvn-settings: 'dcaegen2-platform-blueprints-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
\ No newline at end of file diff --git a/jjb/dcaegen2/dcaegen2-platform-cdapbroker.yaml b/jjb/dcaegen2/dcaegen2-platform-cdapbroker.yaml index ce4f8484b..70cd7a9a5 100644 --- a/jjb/dcaegen2/dcaegen2-platform-cdapbroker.yaml +++ b/jjb/dcaegen2/dcaegen2-platform-cdapbroker.yaml @@ -5,7 +5,7 @@ jobs: - '{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: 'dcaegen2/platform/cdapbroker' stream: @@ -22,3 +22,15 @@ files: '**' archive-artifacts: '' build-node: 'ubuntu1604-docker-8c-8g' +- project: + name: dcaegen2-platform-cdapbroker-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'dcaegen2/platform/cdapbroker' + project-name: 'dcaegen2-platform-cdapbroker' + branch: 'master' + mvn-settings: 'dcaegen2-platform-cdapbroker-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
\ No newline at end of file diff --git a/jjb/dcaegen2/dcaegen2-platform-cli.yaml b/jjb/dcaegen2/dcaegen2-platform-cli.yaml index 043f40f6c..00cfdddc5 100644 --- a/jjb/dcaegen2/dcaegen2-platform-cli.yaml +++ b/jjb/dcaegen2/dcaegen2-platform-cli.yaml @@ -5,7 +5,7 @@ jobs: - '{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: 'dcaegen2/platform/cli' stream: @@ -20,3 +20,15 @@ files: '**' archive-artifacts: '' build-node: 'ubuntu1604-docker-8c-8g' +- project: + name: dcaegen2-platform-cli-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'dcaegen2/platform/cli' + project-name: 'dcaegen2-platform-cli' + branch: 'master' + mvn-settings: 'dcaegen2-platform-cli-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
\ No newline at end of file diff --git a/jjb/dcaegen2/dcaegen2-platform-configbinding.yaml b/jjb/dcaegen2/dcaegen2-platform-configbinding.yaml index 6109812b9..f9c9a714a 100644 --- a/jjb/dcaegen2/dcaegen2-platform-configbinding.yaml +++ b/jjb/dcaegen2/dcaegen2-platform-configbinding.yaml @@ -5,7 +5,7 @@ jobs: - '{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: 'dcaegen2/platform/configbinding' stream: @@ -22,3 +22,15 @@ files: '**' archive-artifacts: '' build-node: 'ubuntu1604-docker-8c-8g' +- project: + name: dcaegen2-platform-configbinding-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'dcaegen2/platform/configbinding' + project-name: 'dcaegen2-platform-configbinding' + branch: 'master' + mvn-settings: 'dcaegen2-platform-configbinding-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
\ No newline at end of file diff --git a/jjb/dcaegen2/dcaegen2-platform-deployment-handler.yaml b/jjb/dcaegen2/dcaegen2-platform-deployment-handler.yaml index 3c21e9b42..13db8951d 100644 --- a/jjb/dcaegen2/dcaegen2-platform-deployment-handler.yaml +++ b/jjb/dcaegen2/dcaegen2-platform-deployment-handler.yaml @@ -5,7 +5,7 @@ jobs: - '{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: 'dcaegen2/platform/deployment-handler' stream: @@ -22,3 +22,15 @@ files: '**' archive-artifacts: '' build-node: 'ubuntu1604-docker-8c-8g' +- project: + name: dcaegen2-platform-deployment-handler-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'dcaegen2/platform/deployment-handler' + project-name: 'dcaegen2-platform-deployment-handler' + branch: 'master' + mvn-settings: 'dcaegen2-platform-deployment-handler-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
\ No newline at end of file diff --git a/jjb/dcaegen2/dcaegen2-platform-inventory-api.yaml b/jjb/dcaegen2/dcaegen2-platform-inventory-api.yaml index 543c627b1..14298f78f 100644 --- a/jjb/dcaegen2/dcaegen2-platform-inventory-api.yaml +++ b/jjb/dcaegen2/dcaegen2-platform-inventory-api.yaml @@ -26,3 +26,15 @@ files: '**' archive-artifacts: '' build-node: 'ubuntu1604-docker-8c-8g' +- project: + name: dcaegen2-platform-inventory-api-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'dcaegen2/platform/inventory-api' + project-name: 'dcaegen2-platform-inventory-api' + branch: 'master' + mvn-settings: 'dcaegen2-platform-inventory-api-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
\ No newline at end of file diff --git a/jjb/dcaegen2/dcaegen2-platform-plugins.yaml b/jjb/dcaegen2/dcaegen2-platform-plugins.yaml index 560713812..96287ad81 100644 --- a/jjb/dcaegen2/dcaegen2-platform-plugins.yaml +++ b/jjb/dcaegen2/dcaegen2-platform-plugins.yaml @@ -5,7 +5,7 @@ jobs: - '{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: 'dcaegen2/platform/plugins' stream: @@ -22,3 +22,15 @@ files: '**' archive-artifacts: '' build-node: 'ubuntu1604-docker-8c-8g' +- project: + name: dcaegen2-platform-plugins-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'dcaegen2/platform/plugins' + project-name: 'dcaegen2-platform-plugins' + branch: 'master' + mvn-settings: 'dcaegen2-platform-plugins-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
\ No newline at end of file diff --git a/jjb/dcaegen2/dcaegen2-platform-policy-handler.yaml b/jjb/dcaegen2/dcaegen2-platform-policy-handler.yaml index ccff1c56c..35a13513e 100644 --- a/jjb/dcaegen2/dcaegen2-platform-policy-handler.yaml +++ b/jjb/dcaegen2/dcaegen2-platform-policy-handler.yaml @@ -5,7 +5,7 @@ jobs: - '{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: 'dcaegen2/platform/policy-handler' stream: @@ -22,3 +22,15 @@ files: '**' archive-artifacts: '' build-node: 'ubuntu1604-docker-8c-8g' +- project: + name: dcaegen2-platform-policy-handler-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'dcaegen2/platform/policy-handler' + project-name: 'dcaegen2-platform-policy-handler' + branch: 'master' + mvn-settings: 'dcaegen2-platform-policy-handler-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
\ No newline at end of file diff --git a/jjb/dcaegen2/dcaegen2-platform-servicechange-handler.yaml b/jjb/dcaegen2/dcaegen2-platform-servicechange-handler.yaml index e2821a90d..faa561c08 100644 --- a/jjb/dcaegen2/dcaegen2-platform-servicechange-handler.yaml +++ b/jjb/dcaegen2/dcaegen2-platform-servicechange-handler.yaml @@ -5,7 +5,7 @@ jobs: - '{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-name}-{stream}-docker-java-shell-daily': mvn-goals: 'clean package docker:build -DpushImage' # No-op @@ -26,3 +26,15 @@ files: '**' archive-artifacts: '' build-node: 'ubuntu1604-docker-8c-8g' +- project: + name: dcaegen2-platform-servicechange-handler-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'dcaegen2/platform/servicechange-handler' + project-name: 'dcaegen2-platform-servicechange-handler' + branch: 'master' + mvn-settings: 'dcaegen2-platform-servicechange-handler-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
\ No newline at end of file diff --git a/jjb/dcaegen2/dcaegen2-platform.yaml b/jjb/dcaegen2/dcaegen2-platform.yaml index d1ce4a8c4..314219685 100644 --- a/jjb/dcaegen2/dcaegen2-platform.yaml +++ b/jjb/dcaegen2/dcaegen2-platform.yaml @@ -5,7 +5,7 @@ jobs: - '{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: 'dcaegen2/platform' stream: @@ -19,3 +19,15 @@ deployAtEnd=true files: '**' archive-artifacts: '' +- project: + name: dcaegen2-platform-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'dcaegen2/platform' + project-name: 'dcaegen2-platform' + branch: 'master' + mvn-settings: 'dcaegen2-platform-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
\ No newline at end of file diff --git a/jjb/dcaegen2/dcaegen2-utils.yaml b/jjb/dcaegen2/dcaegen2-utils.yaml index 3f4f16124..2f0fe32ca 100644 --- a/jjb/dcaegen2/dcaegen2-utils.yaml +++ b/jjb/dcaegen2/dcaegen2-utils.yaml @@ -5,7 +5,7 @@ jobs: - '{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: 'dcaegen2/utils' stream: @@ -22,3 +22,15 @@ files: '**' archive-artifacts: '' build-node: 'ubuntu1604-docker-8c-8g' +- project: + name: dcaegen2-utils-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'dcaegen2/utils' + project-name: 'dcaegen2-utils' + branch: 'master' + mvn-settings: 'dcaegen2-utils-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
\ No newline at end of file diff --git a/jjb/dcaegen2/dcaegen2.yaml b/jjb/dcaegen2/dcaegen2.yaml index b07b848c0..67f89298a 100644 --- a/jjb/dcaegen2/dcaegen2.yaml +++ b/jjb/dcaegen2/dcaegen2.yaml @@ -3,9 +3,11 @@ name: dcaegen2 project-name: 'dcaegen2' jobs: + - gerrit-maven-clm: + 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: 'dcaegen2' stream: @@ -22,3 +24,15 @@ files: '**' archive-artifacts: '' build-node: 'ubuntu1604-docker-8c-8g' +- project: + name: dcaegen2-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'dcaegen2' + project-name: 'dcaegen2' + branch: 'master' + mvn-settings: 'dcaegen2-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
\ No newline at end of file diff --git a/jjb/demo/demo.yaml b/jjb/demo/demo.yaml index 226d861b9..ccfb7aead 100644 --- a/jjb/demo/demo.yaml +++ b/jjb/demo/demo.yaml @@ -8,14 +8,28 @@ 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: - 'master': branch: 'master' + - 'amsterdam': + branch: 'amsterdam' - 'release-1.0.0': branch: 'release-1.0.0' 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 diff --git a/jjb/dmaap/dmaap-buscontroller.yaml b/jjb/dmaap/dmaap-buscontroller.yaml new file mode 100644 index 000000000..08a55e0c0 --- /dev/null +++ b/jjb/dmaap/dmaap-buscontroller.yaml @@ -0,0 +1,33 @@ +--- +- project: + name: dmaap-buscontroller + project-name: 'dmaap-buscontroller' + jobs: + - gerrit-maven-clm: + java-version: '' + - '{project-name}-{stream}-verify-java' + - '{project-name}-{stream}-merge-java' + - '{project-name}-{stream}-release-version-java-daily' + - '{project-name}-{stream}-stage-site-java': + site-pom: 'pom.xml' + trigger-job: '{project-name}-{stream}-release-version-java-daily' + mvn-goals: 'clean install' + project: 'dmaap/buscontroller' + stream: + - 'master': + branch: 'master' + mvn-settings: 'dmaap-buscontroller-settings' + files: '**' + archive-artifacts: '' +- project: + name: dmaap-buscontroller-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'dmaap/buscontroller' + project-name: 'dmaap-buscontroller' + branch: 'master' + mvn-settings: 'dmaap-buscontroller-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' diff --git a/jjb/dmaap/dmaap-dbcapi.yaml b/jjb/dmaap/dmaap-dbcapi.yaml new file mode 100644 index 000000000..0f644c605 --- /dev/null +++ b/jjb/dmaap/dmaap-dbcapi.yaml @@ -0,0 +1,33 @@ +--- +- project: + name: dmaap-dbcapi + project-name: 'dmaap-dbcapi' + jobs: + - gerrit-maven-clm: + java-version: '' + - '{project-name}-{stream}-verify-java' + - '{project-name}-{stream}-merge-java' + - '{project-name}-{stream}-release-version-java-daily' + - '{project-name}-{stream}-stage-site-java': + site-pom: 'pom.xml' + trigger-job: '{project-name}-{stream}-release-version-java-daily' + mvn-goals: 'clean install' + project: 'dmaap/dbcapi' + stream: + - 'master': + branch: 'master' + mvn-settings: 'dmaap-dbcapi-settings' + files: '**' + archive-artifacts: '' +- project: + name: dmaap-dbcapi-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'dmaap/dbcapi' + project-name: 'dmaap-dbcapi' + branch: 'master' + mvn-settings: 'dmaap-dbcapi-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' diff --git a/jjb/dmaap/dmaap-messagerouter-dmaapclient.yaml b/jjb/dmaap/dmaap-messagerouter-dmaapclient.yaml index 4a08f7f73..e4e8b538f 100644 --- a/jjb/dmaap/dmaap-messagerouter-dmaapclient.yaml +++ b/jjb/dmaap/dmaap-messagerouter-dmaapclient.yaml @@ -16,6 +16,20 @@ stream: - 'master': branch: 'master' + - 'amsterdam': + branch: 'amsterdam' mvn-settings: 'dmaap-messagerouter-dmaapclient-settings' files: '**' - archive-artifacts: ''
\ No newline at end of file + archive-artifacts: '' +- project: + name: dmaap-messagerouter-dmaapclient-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'dmaap/messagerouter/dmaapclient' + project-name: 'dmaap-messagerouter-dmaapclient' + branch: 'master' + mvn-settings: 'dmaap-messagerouter-dmaapclient-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
\ No newline at end of file diff --git a/jjb/dmaap/dmaap-messagerouter-messageservice.yaml b/jjb/dmaap/dmaap-messagerouter-messageservice.yaml index f275a4f2c..bae8d0a48 100644 --- a/jjb/dmaap/dmaap-messagerouter-messageservice.yaml +++ b/jjb/dmaap/dmaap-messagerouter-messageservice.yaml @@ -16,6 +16,20 @@ stream: - 'master': branch: 'master' + - 'amsterdam': + branch: 'amsterdam' mvn-settings: 'dmaap-messagerouter-messageservice-settings' files: '**' - archive-artifacts: ''
\ No newline at end of file + archive-artifacts: '' +- project: + name: dmaap-messagerouter-messageservice-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'dmaap/messagerouter/messageservice' + project-name: 'dmaap-messagerouter-messageservice' + branch: 'master' + mvn-settings: 'dmaap-messagerouter-messageservice-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
\ No newline at end of file diff --git a/jjb/dmaap/dmaap-messagerouter-mirroragent.yaml b/jjb/dmaap/dmaap-messagerouter-mirroragent.yaml index 10d6169ba..6b085331e 100644 --- a/jjb/dmaap/dmaap-messagerouter-mirroragent.yaml +++ b/jjb/dmaap/dmaap-messagerouter-mirroragent.yaml @@ -1,21 +1,35 @@ ----
-- project:
- name: dmaap-messagerouter-mirroragent
- project-name: 'dmaap-messagerouter-mirroragent'
- jobs:
+--- +- project: + name: dmaap-messagerouter-mirroragent + project-name: 'dmaap-messagerouter-mirroragent' + jobs: - gerrit-maven-clm: java-version: '' - - '{project-name}-{stream}-verify-java'
- - '{project-name}-{stream}-merge-java'
- - '{project-name}-{stream}-release-version-java-daily'
- - '{project-name}-{stream}-stage-site-java':
- site-pom: 'pom.xml'
- trigger-job: '{project-name}-{stream}-release-version-java-daily'
- mvn-goals: 'clean install'
- project: 'dmaap/messagerouter/mirroragent'
- stream:
- - 'master':
- branch: 'master'
- mvn-settings: 'dmaap-messagerouter-mirroragent-settings'
- files: '**'
- archive-artifacts: ''
\ No newline at end of file + - '{project-name}-{stream}-verify-java' + - '{project-name}-{stream}-merge-java' + - '{project-name}-{stream}-release-version-java-daily' + - '{project-name}-{stream}-stage-site-java': + site-pom: 'pom.xml' + trigger-job: '{project-name}-{stream}-release-version-java-daily' + mvn-goals: 'clean install' + project: 'dmaap/messagerouter/mirroragent' + stream: + - 'master': + branch: 'master' + - 'amsterdam': + branch: 'amsterdam' + mvn-settings: 'dmaap-messagerouter-mirroragent-settings' + files: '**' + archive-artifacts: '' +- project: + name: dmaap-messagerouter-mirroragent-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'dmaap/messagerouter/mirroragent' + project-name: 'dmaap-messagerouter-mirroragent' + branch: 'master' + mvn-settings: 'dmaap-messagerouter-mirroragent-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
\ No newline at end of file diff --git a/jjb/dmaap/dmaap-messagerouter-msgrtr.yaml b/jjb/dmaap/dmaap-messagerouter-msgrtr.yaml index a7b0b8094..963ee05fe 100644 --- a/jjb/dmaap/dmaap-messagerouter-msgrtr.yaml +++ b/jjb/dmaap/dmaap-messagerouter-msgrtr.yaml @@ -16,6 +16,20 @@ stream: - 'master': branch: 'master' + - 'amsterdam': + branch: 'amsterdam' mvn-settings: 'dmaap-messagerouter-msgrtr-settings' files: '**' - archive-artifacts: ''
\ No newline at end of file + archive-artifacts: '' +- project: + name: dmaap-messagerouter-msgrtr-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'dmaap/messagerouter/msgrtr' + project-name: 'dmaap-messagerouter-msgrtr' + branch: 'master' + mvn-settings: 'dmaap-messagerouter-msgrtr-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
\ No newline at end of file diff --git a/jjb/global-jjb b/jjb/global-jjb -Subproject 98512a2a3e4aacecc5834f4d3b51d8c5333045f +Subproject 779110b5cd63f3eabb63598a1be79d9b9ba8546 diff --git a/jjb/global-templates-java.yaml b/jjb/global-templates-java.yaml index c8d566500..0c82e70c2 100644 --- a/jjb/global-templates-java.yaml +++ b/jjb/global-templates-java.yaml @@ -2,8 +2,8 @@ - job-template: # Job template for Java verify jobs # - # The purpose of this job template is to run "maven clean install" for - # projects using this template. + # The purpose of this job template is to run: + # 1. maven clean install -DskipTests=true # # Required Variables: # branch: git branch (eg. stable/lithium or master) @@ -66,8 +66,8 @@ - job-template: # Job template for Java verify jobs # - # The purpose of this job template is to run "maven clean install" for - # projects using this template. + # The purpose of this job template is to run: + # 1. maven clean install # # Required Variables: # branch: git branch (eg. stable/lithium or master) @@ -129,11 +129,15 @@ # Job template for Java verify jobs running checkstyle at the end # When checkstyle will be fully incorporated, it is meant to replace # '{project-name}-{stream}-verify-java-checkstyle' - # The purpose of this job template is to run "maven clean install" for - # projects using this template. + # + # The purpose of this job template is to run: + # 1. maven clean install + # + # This job publishes checkstyle results. # # Required Variables: # branch: git branch (eg. stable/lithium or master) + name: '{project-name}-{stream}-verify-java-checkstyle' project-type: freestyle concurrent: true @@ -183,8 +187,8 @@ - job-template: # Job template for Java verify jobs that takes a maven template # - # The purpose of this job template is to run "maven clean install -P {x}" - # for projects using this template. + # The purpose of this job template is to run: + # 1. maven clean install -P {mvn-profile} # # Required Variables: # branch: git branch (eg. stable/lithium or master) @@ -245,8 +249,10 @@ - job-template: # Job template for Java verify jobs with POM not at the root # - # The purpose of this job template is to run "maven clean install" for - # projects using this template. + # The purpose of this job template is to run: + # 1. maven clean install + # + # This job supports subprojects. # # Required Variables: # branch: git branch (eg. stable/lithium or master) @@ -311,78 +317,13 @@ - job-template: # Job template for Java daily release jobs # - # The purpose of this job template is to run "maven version && maven clean - # deploy" for projects using this template. + # The purpose of this job template is to run: + # 1. maven clean deploy with Sonar scans # # Required Variables: # branch: git branch (eg. stable/lithium or master) - name: '{project-name}-{stream}-release-java-daily' - - project-type: freestyle - node: '{build-node}' - maven-deploy-properties: - properties: - - infra-properties: - build-days-to-keep: '{build-days-to-keep}' - - parameters: - - infra-parameters: - project: '{project}' - branch: '{branch}' - refspec: 'refs/heads/{branch}' - artifacts: '{archive-artifacts}' - - maven-exec: - maven-version: '{maven-version}' - - scm: - - gerrit-trigger-scm: - refspec: '' - choosing-strategy: 'default' - submodule-recursive: '{submodule-recursive}' - - wrappers: - - infra-wrappers: - build-timeout: '{build-timeout}' - - triggers: - # 11 AM UTC - - timed: 'H 11 * * *' - - gerrit-trigger-release-manually: - server: '{server-name}' - project: '{project}' - branch: '{branch}' - - builders: - - provide-maven-settings: - global-settings-file: 'global-settings' - settings-file: '{mvn-settings}' - - - maven-target: - maven-version: '{maven-version}' - goals: 'clean deploy sonar:sonar -Dsonar.host.url=${{SONAR}} -B - -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn' - properties: - - '{maven-deploy-properties}' - java-opts: - - '-Xmx4096m -XX:MaxPermSize=512m' - settings: '{mvn-settings}' - settings-type: cfp - global-settings: 'global-settings' - global-settings-type: cfp - - publishers: - - infra-shiplogs: - maven-version: '{maven-version}' -- job-template: - # Job template for Java daily release jobs - # - # The purpose of this job template is to run "maven version && maven clean - # deploy" for projects using this template. - # - # Required Variables: - # branch: git branch (eg. stable/lithium or master) - name: '{project-name}-{stream}-release-java-daily-no-sonar' + name: '{project-name}-{stream}-release-java-daily' project-type: freestyle node: '{build-node}' @@ -444,11 +385,16 @@ # Job template for Java daily release jobs running checkstyle at the end # When checkstyle will be fully incorporated, it is meant to replace # '{project-name}-{stream}-release-java-daily' - # The purpose of this job template is to run "maven version && maven clean - # deploy" for projects using this template. + # + # The purpose of this job template is to run: + # 1. maven clean deploy with Sonar scans + # + # This job publishes checkstyle results. + # This job uses a conditional regex match step to set versions. # # Required Variables: # branch: git branch (eg. stable/lithium or master) + name: '{project-name}-{stream}-release-java-daily-checkstyle' project-type: freestyle node: '{build-node}' @@ -501,7 +447,7 @@ global-settings-type: cfp - maven-target: maven-version: '{maven-version}' - goals: 'clean deploy sonar:sonar -Dsonar.host.url=${{SONAR}} -B + goals: 'clean deploy -B -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn' properties: '{obj:mvn_properties}' settings: '{mvn-settings}' @@ -516,89 +462,14 @@ - job-template: # Job template for Java daily release jobs # - # The purpose of this job template is to run "maven version && maven clean - # deploy" for projects using this template. + # The purpose of this job template is to run: + # 1. maven set versions + # 2. maven clean deploy with Sonar scans # # Required Variables: # branch: git branch (eg. stable/lithium or master) - name: '{project-name}-{stream}-release-version-java-daily-no-sonar' - - project-type: freestyle - node: '{build-node}' - maven-deploy-properties: - properties: - - infra-properties: - build-days-to-keep: '{build-days-to-keep}' - - parameters: - - infra-parameters: - project: '{project}' - branch: '{branch}' - refspec: 'refs/heads/{branch}' - artifacts: '{archive-artifacts}' - - maven-exec: - maven-version: '{maven-version}' - - scm: - - gerrit-trigger-scm: - refspec: '' - choosing-strategy: 'default' - submodule-recursive: '{submodule-recursive}' - - wrappers: - - infra-wrappers: - build-timeout: '{build-timeout}' - - triggers: - # 11 AM UTC - - timed: 'H H(10-17) * * *' - - gerrit-trigger-release-manually: - server: '{server-name}' - project: '{project}' - branch: '{branch}' - - builders: - - provide-maven-settings: - global-settings-file: 'global-settings' - settings-file: '{mvn-settings}' - - inject: - properties-file: version.properties - - maven-target: - maven-version: '{maven-version}' - goals: 'versions:set versions:update-child-modules versions:commit -B' - properties: - - 'newVersion=${{release_version}}' - settings: '{mvn-settings}' - settings-type: cfp - global-settings: 'global-settings' - global-settings-type: cfp - - - maven-target: - maven-version: '{maven-version}' - goals: 'clean deploy -B - -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn' - properties: - - '{maven-deploy-properties}' - settings: '{mvn-settings}' - settings-type: cfp - global-settings: 'global-settings' - global-settings-type: cfp - - publishers: - - infra-shiplogs: - maven-version: '{maven-version}' - -- job-template: - # Job template for Java daily release jobs - # - # The purpose of this job template is to run "maven version && maven clean - # deploy" for projects using this template. - # This template supports subprojects. - # - # Required Variables: - # branch: git branch (eg. stable/lithium or master) - name: '{project-name}-{stream}-{subproject}-release-version-java-daily-no-sonar' + name: '{project-name}-{stream}-release-version-java-daily' project-type: freestyle node: '{build-node}' @@ -643,7 +514,6 @@ properties-file: version.properties - maven-target: maven-version: '{maven-version}' - pom: '{pom}' goals: 'versions:set versions:update-child-modules versions:commit -B' properties: - 'newVersion=${{release_version}}' @@ -654,7 +524,6 @@ - maven-target: maven-version: '{maven-version}' - pom: '{pom}' goals: 'clean deploy -B -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn' properties: @@ -671,87 +540,13 @@ - job-template: # Job template for Java daily release jobs # - # The purpose of this job template is to run "maven version && maven clean - # deploy" for projects using this template. + # The purpose of this job template is to run: + # 1. maven set versions + # 2. maven clean deploy -P {mvn-profile} with Sonar scans # # Required Variables: # branch: git branch (eg. stable/lithium or master) - name: '{project-name}-{stream}-release-version-java-daily' - - project-type: freestyle - node: '{build-node}' - maven-deploy-properties: - properties: - - infra-properties: - build-days-to-keep: '{build-days-to-keep}' - - parameters: - - infra-parameters: - project: '{project}' - branch: '{branch}' - refspec: 'refs/heads/{branch}' - artifacts: '{archive-artifacts}' - - maven-exec: - maven-version: '{maven-version}' - - scm: - - gerrit-trigger-scm: - refspec: '' - choosing-strategy: 'default' - submodule-recursive: '{submodule-recursive}' - - wrappers: - - infra-wrappers: - build-timeout: '{build-timeout}' - - triggers: - # 11 AM UTC - - timed: 'H H(10-17) * * *' - - gerrit-trigger-release-manually: - server: '{server-name}' - project: '{project}' - branch: '{branch}' - - builders: - - provide-maven-settings: - global-settings-file: 'global-settings' - settings-file: '{mvn-settings}' - - - inject: - properties-file: version.properties - - maven-target: - maven-version: '{maven-version}' - goals: 'versions:set versions:update-child-modules versions:commit -B' - properties: - - 'newVersion=${{release_version}}' - settings: '{mvn-settings}' - settings-type: cfp - global-settings: 'global-settings' - global-settings-type: cfp - - - maven-target: - maven-version: '{maven-version}' - goals: 'clean deploy sonar:sonar -Dsonar.host.url=${{SONAR}} -B - -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn' - properties: - - '{maven-deploy-properties}' - settings: '{mvn-settings}' - settings-type: cfp - global-settings: 'global-settings' - global-settings-type: cfp - publishers: - - infra-shiplogs: - maven-version: '{maven-version}' - -- job-template: - # Job template for Java daily release jobs - # - # The purpose of this job template is to run "maven version && maven clean - # deploy" for projects using this template. - # - # Required Variables: - # branch: git branch (eg. stable/lithium or master) name: '{project-name}-{stream}-release-version-profile-java-daily' project-type: freestyle @@ -807,7 +602,7 @@ - maven-target: maven-version: '{maven-version}' - goals: 'clean deploy sonar:sonar -P {mvn-profile} -Dsonar.host.url=${{SONAR}} -B + goals: 'clean deploy -P {mvn-profile} -B -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn' properties: - '{maven-deploy-properties}' @@ -824,14 +619,15 @@ - job-template: # Job template for Java daily release jobs with POM not at the root # - # The purpose of this job template is to run "maven version && maven clean - # deploy" for projects using this template. + # The purpose of this job template is to run: + # 1. maven clean deploy with Sonar scans + # + # This job supports subprojects. # # Required Variables: # branch: git branch (eg. stable/lithium or master) # pom: name/location of the pom.xml file relative to the workspace - name: '{project-name}-{stream}-{subproject}-release-java-daily' project-type: freestyle @@ -876,7 +672,7 @@ - maven-target: maven-version: '{maven-version}' pom: '{pom}' - goals: 'clean deploy sonar:sonar -Dsonar.host.url=${{SONAR}} -B + goals: 'clean deploy -B -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn' properties: - '{maven-deploy-properties}' @@ -894,14 +690,16 @@ - job-template: # Job template for Java daily release jobs with POM not at the root # - # The purpose of this job template is to run "maven version && maven clean - # deploy" for projects using this template. + # The purpose of this job template is to run: + # 1. maven set versions + # 2. maven clean deploy with Sonar scans + # + # This job supports subprojects. # # Required Variables: # branch: git branch (eg. stable/lithium or master) # pom: name/location of the pom.xml file relative to the workspace - name: '{project-name}-{stream}-{subproject}-release-version-java-daily' project-type: freestyle @@ -959,80 +757,10 @@ - maven-target: maven-version: '{maven-version}' pom: '{pom}' - goals: 'clean deploy sonar:sonar -Dsonar.host.url=${{SONAR}} -B - -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn' - properties: - - '{maven-deploy-properties}' - settings: '{mvn-settings}' - settings-type: cfp - global-settings: 'global-settings' - global-settings-type: cfp - - publishers: - - infra-shiplogs: - maven-version: '{maven-version}' - -- job-template: - # Job template for Java daily release jobs with POM not at the root - # - # The purpose of this job template is to run "maven version && maven clean - # deploy" for projects using this template. - # - # Required Variables: - # branch: git branch (eg. stable/lithium or master) - # pom: name/location of the pom.xml file relative to the workspace - - - name: '{project-name}-{stream}-{subproject}-release-java-daily-no-sonar' - - project-type: freestyle - node: '{build-node}' - maven-deploy-properties: - properties: - - infra-properties: - build-days-to-keep: '{build-days-to-keep}' - - parameters: - - infra-parameters: - project: '{project}' - branch: '{branch}' - refspec: 'refs/heads/{branch}' - artifacts: '{archive-artifacts}' - - maven-exec: - maven-version: '{maven-version}' - - scm: - - gerrit-trigger-scm: - refspec: '' - choosing-strategy: 'default' - submodule-recursive: '{submodule-recursive}' - - wrappers: - - infra-wrappers: - build-timeout: '{build-timeout}' - - triggers: - # 11 AM UTC - - timed: 'H 11 * * *' - - gerrit-trigger-release-manually: - server: '{server-name}' - project: '{project}' - branch: '{branch}' - - builders: - - provide-maven-settings: - global-settings-file: 'global-settings' - settings-file: '{mvn-settings}' - - - maven-target: - maven-version: '{maven-version}' - pom: '{pom}' goals: 'clean deploy -B -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn' properties: - '{maven-deploy-properties}' - java-opts: - - '-Xmx4096m -XX:MaxPermSize=512m' settings: '{mvn-settings}' settings-type: cfp global-settings: 'global-settings' @@ -1045,11 +773,12 @@ - job-template: # Job template for Java merge jobs # - # The purpose of this job template is to run "maven clean deploy" for - # projects using this template. + # The purpose of this job template is to run: + # 1. maven clean deploy # # Required Variables: # branch: git branch (eg. stable/lithium or master) + name: '{project-name}-{stream}-merge-java' project-type: freestyle @@ -1105,12 +834,15 @@ - job-template: # Job template for Java merge jobs based on # '{project-name}-{stream}-merge-java' - # The purpose of this job template is to run "maven clean deploy" for - # projects using this template. + # The purpose of this job template is to run: + # 1. maven clean deploy + # + # This project supports maven properties. # # Required Variables: # branch: git branch (eg. stable/lithium or master) # maven-properties: properties passed to maven + name: '{project-name}-{stream}-merge-properties-java' project-type: freestyle @@ -1167,11 +899,12 @@ - job-template: # Job template for Java merge jobs that takes a maven template # - # The purpose of this job template is to run "maven clean deploy -P {x}" - # for projects using this template. + # The purpose of this job template is to run: + # 1. maven clean deploy -P {mvn-profile} # # Required Variables: # branch: git branch (eg. stable/lithium or master) + name: '{project-name}-{stream}-merge-profile-java' project-type: freestyle @@ -1239,6 +972,7 @@ # branch: git branch # dependencies: fully qualified upstream job name to trigger on # this may be '' + name: '{project-name}-{stream}-downstream-merge-java' project-type: freestyle @@ -1297,8 +1031,10 @@ - job-template: # Job template for Java merge jobs with POM not at the root # - # The purpose of this job template is to run "maven clean deploy" for - # projects using this template. + # The purpose of this job template is to run: + # 1. maven clean deploy + # + # This job supports subprojects. # # Required Variables: # branch: git branch (eg. stable/lithium or master) @@ -1360,6 +1096,15 @@ maven-version: '{maven-version}' - job-template: + # Job template for Docker daily jobs + # + # The purpose of this job template is to run: + # 1. login to the docker registry + # 2. docker push + # + # Required Variables: + # branch: git branch (eg. stable/lithium or master) + name: '{project-name}-{stream}-docker-java-daily' project-type: freestyle node: 'ubuntu1604-docker-8c-8g' @@ -1417,14 +1162,18 @@ - job-template: # Job template for building & pushing docker images # - # The purpose of this job template is to run : + # The purpose of this job template is to run: # 1. login to the docker registry - # 2. do a clean deploy on the specified profile + # 2. maven clean deploy on the specified profile + # + # This job uses a conditional regex match step to set versions. + # This template supports maven properties. # # Required Variables: # pom: name/location of the pom.xml file relative to the workspace # profile: the docker profile defined in the pom # maven-properties: properties passed to maven + name: '{project-name}-{stream}-docker-java-properties-daily' project-type: freestyle node: 'ubuntu1604-docker-8c-8g' @@ -1487,6 +1236,16 @@ maven-version: '{maven-version}' - job-template: + # Job template for building & pushing docker images + # + # The purpose of this job template is to run: + # 1. login to the docker registry + # 2. run a specified shell builder + # + # Required Variables: + # pom: name/location of the pom.xml file relative to the workspace + # maven-properties: properties passed to maven + name: '{project-name}-{stream}-docker-java-shell-daily' project-type: freestyle node: 'ubuntu1604-docker-8c-8g' @@ -1545,6 +1304,17 @@ maven-version: '{maven-version}' - job-template: + # Job template for building & pushing docker images + # + # The purpose of this job template is to run: + # 1. login to the docker registry + # 2. inject a version.properties file and set versions + # 3. run a specified shell builder + # + # Required Variables: + # pom: name/location of the pom.xml file relative to the workspace + # maven-properties: properties passed to maven + name: '{project-name}-{stream}-docker-java-version-shell-daily' project-type: freestyle node: 'ubuntu1604-docker-8c-8g' @@ -1616,6 +1386,19 @@ maven-version: '{maven-version}' - job-template: + # Job template for building & pushing docker images + # + # The purpose of this job template is to run: + # 1. login to the docker registry + # 2. inject a version.properties file and set versions + # 3. run a specified shell builder + # + # This template supports subprojects. + # + # Required Variables: + # pom: name/location of the pom.xml file relative to the workspace + # maven-properties: properties passed to maven + name: '{project-name}-{stream}-{subproject}-docker-java-version-shell-daily' project-type: freestyle node: 'ubuntu1604-docker-8c-8g' @@ -1689,6 +1472,18 @@ maven-version: '{maven-version}' - job-template: + # Job template for building & pushing docker images + # + # The purpose of this job template is to run: + # 1. login to the docker registry + # 2. inject a version.properties file and set versions + # 3. run a docker push + # + # Required Variables: + # pom: name/location of the pom.xml file relative to the workspace + # profile: the docker profile defined in the pom + # maven-properties: properties passed to maven + name: '{project-name}-{stream}-docker-version-java-daily' project-type: freestyle node: 'ubuntu1604-docker-8c-8g' @@ -1757,6 +1552,19 @@ maven-version: '{maven-version}' - job-template: + # Job template for building & pushing docker images + # + # The purpose of this job template is to run: + # 1. inject a version.properties file and set versions + # 2. login to the docker registry + # 3. run a docker push + # + # This job supports subprojects. + # + # Required Variables: + # pom: name/location of the pom.xml file relative to the workspace + # maven-properties: properties passed to maven + name: '{project-name}-{stream}-{subproject}-docker-version-java-daily' project-type: freestyle node: 'ubuntu1604-docker-8c-8g' @@ -1827,6 +1635,17 @@ maven-version: '{maven-version}' - job-template: + # Job template for building & pushing docker images for AAI specific repos + # + # The purpose of this job template is to run: + # 1. login to the docker registry + # 2. run maven goals + # 3. run include-docker-push.sh + # + # Required Variables: + # pom: name/location of the pom.xml file relative to the workspace + # maven-properties: properties passed to maven + name: '{project-name}-{stream}-aai-docker-java-daily' project-type: freestyle node: 'ubuntu1604-docker-8c-8g' @@ -1903,6 +1722,19 @@ maven-version: '{maven-version}' - job-template: + # Job template for building & pushing docker images for AAI specific repos + # + # The purpose of this job template is to run: + # 1. login to the docker registry + # 2. run maven goals + # 3. run include-docker-push.sh + # + # This job supports subprojects + # + # Required Variables: + # pom: name/location of the pom.xml file relative to the workspace + # maven-properties: properties passed to maven + name: '{project-name}-{stream}-{subproject}-aai-docker-java-daily' project-type: freestyle node: 'ubuntu1604-docker-8c-8g' @@ -1981,17 +1813,18 @@ - job-template: # Job template for Java daily release jobs # - # The purpose of this job template is to run - # - change version in all POM files to the release version specified - # in version.properties. This is done using a script instread of - # the mvn version plugin that assumes some specific parent structure. - # - runs maven clean deploy sonar + # The purpose of this job template is to run: + # 1. inject a version.properties file and set versions + # 2. change version in all POM files to the release version specified + # in version.properties. This is done using a script instread of + # the mvn version plugin that assumes some specific parent structure # # The POM files are required to use the Maven staging plugin so the deploy # does not deploy directly to the release repo. # # Required Variables: # branch: git branch (eg. stable/lithium or master) + name: '{project-name}-{stream}-release-version2-java-daily' project-type: freestyle @@ -2042,8 +1875,7 @@ - maven-target: maven-version: '{maven-version}' - goals: 'clean deploy sonar:sonar site:site site:stage-deploy - -Dsonar.host.url=${{SONAR}} -B + goals: 'clean deploy site:site site:stage-deploy -B -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn' properties: - '{maven-deploy-properties}' @@ -2059,11 +1891,11 @@ - job-template: # Job template for Java daily release jobs # - # The purpose of this job template is to run - # - change version in all POM files to the release version specified + # The purpose of this job template is to run: + # 1. inject a version.properties file and set versions + # 2. change version in all POM files to the release version specified # in version.properties. This is done using a script instread of - # the mvn version plugin that assumes some specific parent structure. - # - runs maven clean deploy sonar + # the mvn version plugin that assumes some specific parent structure # # The POM files are required to use the Maven staging plugin so the deploy # does not deploy directly to the release repo. @@ -2126,8 +1958,7 @@ - maven-target: maven-version: '{maven-version}' pom: '{pom}' - goals: 'clean deploy sonar:sonar site:site site:stage-deploy - -Dsonar.host.url=${{SONAR}} -B + goals: 'clean deploy site:site site:stage-deploy -B -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn' properties: - '{maven-deploy-properties}' @@ -2143,12 +1974,12 @@ - job-template: # Job template for Java daily release jobs # - # The purpose of this job template is to run - # - change version in all POM files to the release version specified + # The purpose of this job template is to run: + # 1. inject a version.properties file and set versions + # 2. change version in all POM files to the release version specified # in version.properties. This is done using a script instread of # the mvn version plugin that assumes some specific parent structure - # This version does NOT change the version within the <parent> tag. - # - runs maven clean deploy sonar + # This version does NOT change the version within the <parent> tag # # The POM files are required to use the Maven staging plugin so the deploy # does not deploy directly to the release repo. @@ -2211,8 +2042,7 @@ - maven-target: maven-version: '{maven-version}' pom: '{pom}' - goals: 'clean deploy sonar:sonar site:site site:stage-deploy - -Dsonar.host.url=${{SONAR}} -B + goals: 'clean deploy site:site site:stage-deploy -B -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn' properties: - '{maven-deploy-properties}' @@ -2232,11 +2062,16 @@ # succeeds as there's no need for new documentaiton # if the build job fails. # + # The purpose of this job template is to run: + # 1. maven set versions + # 2. maven clean site + # # Those parameters should be set : # - site-pom : the pom file that contains the site confiration # - trigger-job : the name of the project that triggers this job # upon success. The job name can be # parameterized. + name: '{project-name}-{stream}-stage-site-java' project-type: freestyle node: '{build-node}' @@ -2300,13 +2135,14 @@ maven-version: '{maven-version}' - job-template: - # Job template for Java merge jobs + # Job template for Java merge jobs for SDC specific repos # - # The purpose of this job template is to run "maven clean deploy" for - # projects using this template. + # The purpose of this job template is to run: + # 1. maven clean deploy # # Required Variables: # branch: git branch (eg. stable/lithium or master) + name: '{project-name}-{stream}-sdc-merge-java' project-type: freestyle @@ -2361,6 +2197,17 @@ maven-version: '{maven-version}' - job-template: + # Job template for building & pushing docker images for AAI specific repos + # + # The purpose of this job template is to run: + # 1. login to the docker registry + # 2. run maven clean install goals skipping tests + # 3. run maven goals + # + # Required Variables: + # pom: name/location of the pom.xml file relative to the workspace + # maven-properties: properties passed to maven + name: '{project-name}-{stream}-aai-docker-java-version-daily' project-type: freestyle node: 'ubuntu1604-docker-8c-8g' diff --git a/jjb/global-templates-python.yaml b/jjb/global-templates-python.yaml index ec9002eda..acd5e17f0 100644 --- a/jjb/global-templates-python.yaml +++ b/jjb/global-templates-python.yaml @@ -2,8 +2,10 @@ - job-template: # Job template for python verify jobs # - # The purpose of this job template is to run tox for projects using this - # template. + # The purpose of this job template is to run: + # 1. tox + # + # This job supports subprojects. # # Required Variables: # branch: git branch (eg. stable/lithium or master) @@ -69,6 +71,17 @@ maven-version: '{maven-version}' - job-template: + # Job template for docker daily jobs + # + # The purpose of this job template is to run: + # 1. login into the docker registry + # 2. docker build + # 3. docker tag + # 4. docker push + # + # Required Variables: + # branch: git branch (eg. stable/lithium or master) + name: '{project-name}-{stream}-docker-shell-daily' project-type: freestyle node: 'ubuntu1604-docker-8c-8g' @@ -105,7 +118,6 @@ branch: '{branch}' builders: - - provide-maven-settings: global-settings-file: 'global-settings' settings-file: '{mvn-settings}' @@ -124,6 +136,16 @@ maven-version: '{maven-version}' - job-template: + # Job template for docker daily jobs for 2 SCMs + # + # The purpose of this job template is to run: + # 1. inject a version properties file + # 2. login into the docker registry + # 4. run a specified shell script + # + # Required Variables: + # branch: git branch (eg. stable/lithium or master) + name: '{project-name}-{stream}-2scm-docker-shell-daily' project-type: freestyle node: 'ubuntu1604-docker-8c-8g' @@ -170,23 +192,28 @@ branch: '{branch}' builders: - - provide-maven-settings: global-settings-file: 'global-settings' settings-file: '{mvn-settings}' - - inject: properties-file: version.properties - - docker-login - - shell: '{script}' - publishers: - infra-shiplogs: maven-version: '{maven-version}' - job-template: + # Job template for docker daily jobs for 3 SCMs + # + # The purpose of this job template is to run: + # 1. inject a version properties file + # 2. login into the docker registry + # 4. run a specified shell script + # + # Required Variables: + # branch: git branch (eg. stable/lithium or master) + name: '{project-name}-{stream}-3scm-docker-shell-daily' project-type: freestyle node: 'ubuntu1604-docker-8c-8g' @@ -238,19 +265,13 @@ branch: '{branch}' builders: - - provide-maven-settings: global-settings-file: 'global-settings' settings-file: '{mvn-settings}' - - inject: properties-file: version.properties - - docker-login - - shell: '{script}' - publishers: - infra-shiplogs: maven-version: '{maven-version}' - diff --git a/jjb/holmes/holmes-common.yaml b/jjb/holmes/holmes-common.yaml index 4b2fa3194..77e8b6533 100644 --- a/jjb/holmes/holmes-common.yaml +++ b/jjb/holmes/holmes-common.yaml @@ -13,7 +13,21 @@ stream: - 'master': branch: 'master' + - 'amsterdam': + branch: 'amsterdam' mvn-settings: 'holmes-common-settings' files: '**' archive-artifacts: '' build-node: ubuntu1604-basebuild-4c-4g +- project: + name: holmes-common-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'holmes/common' + project-name: 'holmes-common' + branch: 'master' + mvn-settings: 'holmes-common-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
\ No newline at end of file diff --git a/jjb/holmes/holmes-dsa.yaml b/jjb/holmes/holmes-dsa.yaml index 592cfd84f..e6511068e 100644 --- a/jjb/holmes/holmes-dsa.yaml +++ b/jjb/holmes/holmes-dsa.yaml @@ -14,9 +14,23 @@ stream: - 'master': branch: 'master' + - 'amsterdam': + branch: 'amsterdam' mvn-settings: 'holmes-dsa-settings' files: '**' archive-artifacts: '' docker-pom: 'pom.xml' mvn-profile: docker build-node: ubuntu1604-basebuild-4c-4g +- project: + name: holmes-dsa-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'holmes/dsa' + project-name: 'holmes-dsa' + branch: 'master' + mvn-settings: 'holmes-dsa-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
\ No newline at end of file diff --git a/jjb/holmes/holmes-engine-mgt.yaml b/jjb/holmes/holmes-engine-mgt.yaml index 5e1077682..5573ec7d6 100644 --- a/jjb/holmes/holmes-engine-mgt.yaml +++ b/jjb/holmes/holmes-engine-mgt.yaml @@ -14,9 +14,23 @@ stream: - 'master': branch: 'master' + - 'amsterdam': + branch: 'amsterdam' mvn-settings: 'holmes-engine-management-settings' files: '**' archive-artifacts: '' docker-pom: 'pom.xml' mvn-profile: docker build-node: ubuntu1604-basebuild-4c-4g +- project: + name: holmes-engine-management-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'holmes/engine-management' + project-name: 'holmes-engine-management' + branch: 'master' + mvn-settings: 'holmes-engine-management-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
\ No newline at end of file diff --git a/jjb/holmes/holmes-rule-mgt.yaml b/jjb/holmes/holmes-rule-mgt.yaml index d88aef4ef..c739e0703 100644 --- a/jjb/holmes/holmes-rule-mgt.yaml +++ b/jjb/holmes/holmes-rule-mgt.yaml @@ -14,9 +14,23 @@ stream: - 'master': branch: 'master' + - 'amsterdam': + branch: 'amsterdam' mvn-settings: 'holmes-rule-management-settings' files: '**' archive-artifacts: '' docker-pom: 'pom.xml' mvn-profile: docker build-node: ubuntu1604-basebuild-4c-4g +- project: + name: holmes-rule-management-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'holmes/rule-management' + project-name: 'holmes-rule-management' + branch: 'master' + mvn-settings: 'holmes-rule-management-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
\ No newline at end of file diff --git a/jjb/integration/integration-bootstrap.yaml b/jjb/integration/integration-bootstrap.yaml new file mode 100644 index 000000000..51dc93279 --- /dev/null +++ b/jjb/integration/integration-bootstrap.yaml @@ -0,0 +1,18 @@ +--- +- project: + name: integration-bootstrap + project-name: 'integration' + project: 'integration' + jobs: + - '{project-name}-{stream}-{subproject}-verify-python' + subproject: + - 'vagrant-onap': + path: 'bootstrap/vagrant-onap' + pattern: 'bootstrap/vagrant-onap/**' + stream: + - 'master': + branch: 'master' + - 'amsterdam': + branch: 'amsterdam' + mvn-settings: 'integration-settings' + build-node: ubuntu1604-basebuild-2c-1g diff --git a/jjb/integration/integration-csit.yaml b/jjb/integration/integration-csit.yaml index 5c5d39cdf..f4c2afc25 100644 --- a/jjb/integration/integration-csit.yaml +++ b/jjb/integration/integration-csit.yaml @@ -5,11 +5,14 @@ - '{project-name}-{stream}-verify-csit-{functionality}' - '{project-name}-{stream}-csit-{functionality}' project-name: 'integration' - stream: 'master' + stream: + - 'master': + branch: 'master' + - 'amsterdam': + branch: 'amsterdam' functionality: - 'functionality1': trigger_jobs: - 'vCPE': trigger_jobs: robot-options: '' - branch: 'master' diff --git a/jjb/integration/integration-docker.yaml b/jjb/integration/integration-docker.yaml index 92125d4ff..2730cbbf1 100644 --- a/jjb/integration/integration-docker.yaml +++ b/jjb/integration/integration-docker.yaml @@ -9,6 +9,8 @@ stream: - 'master': branch: 'master' + - 'amsterdam': + branch: 'amsterdam' subproject: - 'sniroemulator': pom: 'test/mocks/sniroemulator/pom.xml' diff --git a/jjb/integration/integration-templates-csit.yaml b/jjb/integration/integration-templates-csit.yaml index ccba91a2d..1cd96b4cf 100644 --- a/jjb/integration/integration-templates-csit.yaml +++ b/jjb/integration/integration-templates-csit.yaml @@ -106,22 +106,28 @@ - integration-run-test publishers: - - integration-robot: - unstable-if: 0.0 - pass-if: 100.0 - - lf-infra-publish - testng: pattern: archives/testng-results.xml escape-test-description: true escape-exception-msg: true show-failed-builds: true + unstable-on-skipped-tests: false + failure-on-failed-test-config: false + - junit: + results: archives/testng-results.xml + health-scale-factor: 1.0 + allow-empty-results: true + - integration-robot: + unstable-if: 0.0 + pass-if: 100.0 - html-publisher: - allow-missing: false + allow-missing: true dir: '{html-dir}' files: '{html-files}' keep-all: false link-to-last-build: false name: ExtentReport + - lf-infra-publish - job-template: name: '{project-name}-{stream}-csit-{functionality}' @@ -179,3 +185,82 @@ unstable-if: 0.0 pass-if: 100.0 - lf-infra-publish + +- job-template: + name: '{project-name}-{stream}-csit-{functionality}-testng' + disabled: false + + project-type: freestyle + build-node: 'ubuntu1604-docker-8c-8g' + node: '{build-node}' + + properties: + - lf-infra-properties: + project: 'integration' + build-days-to-keep: '{build-days-to-keep}' + + parameters: + - infra-parameters: + project: 'integration' + branch: '{branch}' + refspec: 'refs/heads/{branch}' + artifacts: '{archive-artifacts}' + - integration-test-plan: + test-plan: 'plans/{project-name}/{functionality}' + - integration-test-options: + test-options: '{robot-options}' + - html-publisher-dir: + html-dir: '{html-dir}' + - html-publisher-files: + html-files: '{html-files}' + + scm: + - gerrit-trigger-scm: + refspec: '' + choosing-strategy: 'default' + submodule-recursive: '{submodule-recursive}' + + wrappers: + - lf-infra-wrappers: + build-timeout: '{build-timeout}' + jenkins-ssh-credential: '{jenkins-ssh-credential}' + + triggers: + - gerrit-trigger-patch-merged: + server: '{server-name}' + project: 'integration' + branch: '{branch}' + files: 'test/csit/**/{project-name}/**' + - timed: '@daily' + - reverse: + jobs: '{obj:trigger_jobs}' + + builders: + - integration-install-robotframework + - inject: + properties-file: 'env.properties' + - integration-run-test + + publishers: + - integration-robot: + unstable-if: 0.0 + pass-if: 100.0 + - testng: + pattern: archives/testng-results.xml + escape-test-description: true + escape-exception-msg: true + show-failed-builds: true + unstable-on-skipped-tests: false + failure-on-failed-test-config: false + - junit: + results: archives/testng-results.xml + health-scale-factor: 1.0 + allow-empty-results: true + - html-publisher: + allow-missing: true + dir: '{html-dir}' + files: '{html-files}' + keep-all: false + link-to-last-build: false + name: ExtentReport + - lf-infra-publish diff --git a/jjb/integration/integration.yaml b/jjb/integration/integration.yaml index adfd8853e..816c006c9 100644 --- a/jjb/integration/integration.yaml +++ b/jjb/integration/integration.yaml @@ -14,6 +14,8 @@ stream: - 'master': branch: 'master' + - 'amsterdam': + branch: 'amsterdam' mvn-settings: 'integration-settings' files: '**' archive-artifacts: '' diff --git a/jjb/lab/include-raw-lab-retrieve-logs.sh b/jjb/lab/include-raw-lab-retrieve-logs.sh new file mode 100644 index 000000000..6335e49d7 --- /dev/null +++ b/jjb/lab/include-raw-lab-retrieve-logs.sh @@ -0,0 +1,9 @@ +#!/bin/bash +set -xe -o pipefail + +echo Job triggered by $SRC_BUILD_URL +echo Retriving logs from $LOG_DIR_URL + +rm -rf archives +wget -r -nv -nd --no-parent -l 1 --reject="index.html*" -P archives "$LOG_DIR_URL" +cat archives/console.log diff --git a/jjb/lab/lab-templates.yaml b/jjb/lab/lab-templates.yaml new file mode 100644 index 000000000..b35344083 --- /dev/null +++ b/jjb/lab/lab-templates.yaml @@ -0,0 +1,36 @@ +--- +- job-template: + name: 'lab-{job-name}' + description: '{job-desc}' + disabled: false + project-type: freestyle + build-node: ubuntu1604-basebuild-2c-1g + + properties: + - lf-infra-properties: + project: 'integration' + build-days-to-keep: '{build-days-to-keep}' + + parameters: + - string: + name: LOG_DIR_URL + description: 'URL for the log directory produced by the external job' + - string: + name: SRC_BUILD_URL + description: 'URL for the external Jenkins build triggering this build' + + wrappers: + - lf-infra-wrappers: + build-timeout: '{build-timeout}' + jenkins-ssh-credential: '{jenkins-ssh-credential}' + + builders: + - shell: + !include-raw: + - include-raw-lab-retrieve-logs.sh + + publishers: + - integration-robot: + unstable-if: 75.0 + pass-if: 100.0 + - lf-infra-publish diff --git a/jjb/lab/lab.yaml b/jjb/lab/lab.yaml new file mode 100644 index 000000000..a06339ed1 --- /dev/null +++ b/jjb/lab/lab.yaml @@ -0,0 +1,16 @@ +--- +- project: + name: lab + jobs: + - 'lab-{job-name}' + job-name: + - "windriver-beijing-heat-deploy": + job-desc: "Heat-based deployment into Wind River lab Integration-Stable tenant" + - "windriver-beijing-oom-deploy": + job-desc: "OOM-based deployment into Wind River lab Integration-Jenkins tenant" + - "tlab-beijing-heat-deploy": + job-desc: "Heat-based deployment into AT&T TLAB Integration-HEAT-Test tenant" + - "tlab-beijing-oom-deploy": + job-desc: "OOM-based deployment into AT&T TLAB Integration-OOM-Test tenant" + - "aws-beijing-oom-deploy": + job-desc: "OOM-based deployment into AWS" diff --git a/jjb/logging-analytics/logging-analytics.yaml b/jjb/logging-analytics/logging-analytics.yaml new file mode 100644 index 000000000..5c4336163 --- /dev/null +++ b/jjb/logging-analytics/logging-analytics.yaml @@ -0,0 +1,39 @@ +--- +- project: + name: logging-analytics + project-name: 'logging-analytics' + jobs: + - gerrit-maven-clm: + java-version: '' + - '{project-name}-{stream}-verify-java' + - '{project-name}-{stream}-merge-java' + - '{project-name}-{stream}-release-version-java-daily' + - '{project-name}-{stream}-docker-version-java-daily': + docker-pom: 'pom.xml' + mvn-profile: 'docker' + - '{project-name}-{stream}-stage-site-java': + site-pom: 'pom.xml' + trigger-job: '{project-name}-{stream}-release-version-java-daily' + + project: 'logging-analytics' + stream: + - 'master': + branch: 'master' + - 'amsterdam': + branch: 'amsterdam' + mvn-settings: 'logging-analytics-settings' + files: '**' + archive-artifacts: '' + build-node: ubuntu1604-basebuild-4c-4g +- project: + name: logging-analytics-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'logging-analytics' + project-name: 'logging-analytics' + branch: 'master' + mvn-settings: 'logging-analytics-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
\ No newline at end of file diff --git a/jjb/modeling/modeling-toscaparsers-javatoscachecker.yaml b/jjb/modeling/modeling-toscaparsers-javatoscachecker.yaml index 2b7696859..f548c956f 100644 --- a/jjb/modeling/modeling-toscaparsers-javatoscachecker.yaml +++ b/jjb/modeling/modeling-toscaparsers-javatoscachecker.yaml @@ -25,3 +25,16 @@ skip.docker.build=false skip.docker.tag=false skip.docker.push=false +- project: + name: modeling-toscaparsers-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'modeling/toscaparsers' + project-name: 'modeling-toscaparsers' + branch: 'master' + mvn-params: '-f javatoscachecker/pom.xml' + mvn-settings: 'modeling-toscaparsers-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' diff --git a/jjb/modeling/modeling-toscaparsers-nfvparser.yaml b/jjb/modeling/modeling-toscaparsers-nfvparser.yaml index f7c03ea89..eff116850 100644 --- a/jjb/modeling/modeling-toscaparsers-nfvparser.yaml +++ b/jjb/modeling/modeling-toscaparsers-nfvparser.yaml @@ -7,6 +7,8 @@ stream: - 'master': branch: 'master' + - 'amsterdam': + branch: 'amsterdam' mvn-settings: 'modeling-toscaparsers-settings' build-node: ubuntu1604-basebuild-4c-4g subproject: @@ -21,4 +23,4 @@ mvn-params: '-f nfvparser/pom.xml' - '{project-name}-{stream}-{subproject}-verify-java' - '{project-name}-{stream}-{subproject}-merge-java' - - '{project-name}-{stream}-{subproject}-release-version-java-daily-no-sonar' + - '{project-name}-{stream}-{subproject}-release-version-java-daily' diff --git a/jjb/msb/msb-apigateway.yaml b/jjb/msb/msb-apigateway.yaml index 1035ec206..484f2af3a 100644 --- a/jjb/msb/msb-apigateway.yaml +++ b/jjb/msb/msb-apigateway.yaml @@ -8,9 +8,6 @@ - '{project-name}-{stream}-verify-java' - '{project-name}-{stream}-merge-java' - '{project-name}-{stream}-release-version-java-daily' - - '{project-name}-{stream}-stage-site-java': - site-pom: 'pom.xml' - trigger-job: '{project-name}-{stream}-release-version-java-daily' - '{project-name}-{stream}-docker-java-version-shell-daily': docker-pom: 'pom.xml' mvn-goals: 'install' @@ -21,7 +18,21 @@ stream: - 'master': branch: 'master' + - 'amsterdam': + branch: 'amsterdam' mvn-settings: 'msb-apigateway-settings' files: '**' archive-artifacts: '' build-node: ubuntu1604-basebuild-4c-4g +- project: + name: msb-apigateway-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'msb/apigateway' + project-name: 'msb-apigateway' + branch: 'master' + mvn-settings: 'msb-apigateway-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
\ No newline at end of file diff --git a/jjb/msb/msb-discovery.yaml b/jjb/msb/msb-discovery.yaml index 5f5702a25..1c4688389 100644 --- a/jjb/msb/msb-discovery.yaml +++ b/jjb/msb/msb-discovery.yaml @@ -8,9 +8,6 @@ - '{project-name}-{stream}-verify-java' - '{project-name}-{stream}-merge-java' - '{project-name}-{stream}-release-version-java-daily' - - '{project-name}-{stream}-stage-site-java': - site-pom: 'pom.xml' - trigger-job: '{project-name}-{stream}-release-version-java-daily' - '{project-name}-{stream}-docker-java-version-shell-daily': docker-pom: 'pom.xml' mvn-goals: 'install' @@ -20,7 +17,21 @@ stream: - 'master': branch: 'master' + - 'amsterdam': + branch: 'amsterdam' mvn-settings: 'msb-discovery-settings' files: '**' archive-artifacts: '' build-node: ubuntu1604-basebuild-4c-4g +- project: + name: msb-discovery-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'msb/discovery' + project-name: 'msb-discovery' + branch: 'master' + mvn-settings: 'msb-discovery-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
\ No newline at end of file diff --git a/jjb/msb/msb-java-sdk.yaml b/jjb/msb/msb-java-sdk.yaml index 7bacfd9cd..effdeccd6 100644 --- a/jjb/msb/msb-java-sdk.yaml +++ b/jjb/msb/msb-java-sdk.yaml @@ -12,7 +12,21 @@ stream: - 'master': branch: 'master' + - 'amsterdam': + branch: 'amsterdam' mvn-settings: 'msb-java-sdk-settings' files: '**' archive-artifacts: '' build-node: ubuntu1604-basebuild-4c-4g +- project: + name: msb-java-sdk-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'msb/java-sdk' + project-name: 'msb-java-sdk' + branch: 'master' + mvn-settings: 'msb-java-sdk-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
\ No newline at end of file diff --git a/jjb/msb/msb-swagger-sdk.yaml b/jjb/msb/msb-swagger-sdk.yaml index 90b12b16a..2112551fa 100644 --- a/jjb/msb/msb-swagger-sdk.yaml +++ b/jjb/msb/msb-swagger-sdk.yaml @@ -16,7 +16,21 @@ stream: - 'master': branch: 'master' + - 'amsterdam': + branch: 'amsterdam' mvn-settings: 'msb-swagger-sdk-settings' files: '**' archive-artifacts: '' build-node: ubuntu1604-basebuild-4c-4g +- project: + name: msb-swagger-sdk-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'msb/swagger-sdk' + project-name: 'msb-swagger-sdk' + branch: 'master' + mvn-settings: 'msb-swagger-sdk-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
\ No newline at end of file diff --git a/jjb/multicloud/multicloud-framework-java.yaml b/jjb/multicloud/multicloud-framework-java.yaml index 9f140ced5..780a62ab2 100644 --- a/jjb/multicloud/multicloud-framework-java.yaml +++ b/jjb/multicloud/multicloud-framework-java.yaml @@ -6,6 +6,8 @@ stream: - 'master': branch: 'master' + - 'amsterdam': + branch: 'amsterdam' mvn-settings: 'multicloud-framework-settings' subproject: - 'multivimbroker': @@ -14,7 +16,7 @@ jobs: - '{project-name}-{stream}-{subproject}-verify-java' - '{project-name}-{stream}-{subproject}-merge-java' - - '{project-name}-{stream}-release-version-java-daily-no-sonar' + - '{project-name}-{stream}-release-version-java-daily' - '{project-name}-{stream}-docker-java-version-shell-daily': docker-pom: 'pom.xml' mvn-goals: 'install' @@ -23,3 +25,15 @@ files: '**' archive-artifacts: '' build-node: ubuntu1604-basebuild-4c-4g +- project: + name: multicloud-framework-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'multicloud/framework' + project-name: 'multicloud-framework' + branch: 'master' + mvn-settings: 'multicloud-framework-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
\ No newline at end of file diff --git a/jjb/multicloud/multicloud-framework-python.yaml b/jjb/multicloud/multicloud-framework-python.yaml index 4fcad3e3d..aec4398da 100644 --- a/jjb/multicloud/multicloud-framework-python.yaml +++ b/jjb/multicloud/multicloud-framework-python.yaml @@ -6,6 +6,8 @@ stream: - 'master': branch: 'master' + - 'amsterdam': + branch: 'amsterdam' mvn-settings: 'multicloud-framework-settings' build-node: 'ubuntu1604-basebuild-4c-4g' subproject: diff --git a/jjb/multicloud/multicloud-openstack-vmware-java.yaml b/jjb/multicloud/multicloud-openstack-vmware-java.yaml index 6b6e9a648..d07bdb7ab 100644 --- a/jjb/multicloud/multicloud-openstack-vmware-java.yaml +++ b/jjb/multicloud/multicloud-openstack-vmware-java.yaml @@ -6,6 +6,8 @@ stream: - 'master': branch: 'master' + - 'amsterdam': + branch: 'amsterdam' mvn-settings: 'multicloud-openstack-vmware-settings' subproject: - 'vio': @@ -14,7 +16,7 @@ jobs: - '{project-name}-{stream}-{subproject}-verify-java' - '{project-name}-{stream}-{subproject}-merge-java' - - '{project-name}-{stream}-{subproject}-release-version-java-daily-no-sonar' + - '{project-name}-{stream}-{subproject}-release-version-java-daily' - '{project-name}-{stream}-docker-java-version-shell-daily': docker-pom: 'pom.xml' mvn-goals: 'install' @@ -23,3 +25,15 @@ files: '**' archive-artifacts: '' build-node: ubuntu1604-basebuild-4c-4g +- project: + name: multicloud-openstack-vmware-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'multicloud/openstack/vmware' + project-name: 'multicloud-openstack-vmware' + branch: 'master' + mvn-settings: 'multicloud-openstack-vmware-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
\ No newline at end of file diff --git a/jjb/multicloud/multicloud-openstack-vmware-python.yaml b/jjb/multicloud/multicloud-openstack-vmware-python.yaml index 62e52f244..c66e13d15 100644 --- a/jjb/multicloud/multicloud-openstack-vmware-python.yaml +++ b/jjb/multicloud/multicloud-openstack-vmware-python.yaml @@ -6,6 +6,8 @@ stream: - 'master': branch: 'master' + - 'amsterdam': + branch: 'amsterdam' mvn-settings: 'multicloud-openstack-vmware-settings' build-node: 'ubuntu1604-basebuild-4c-4g' subproject: diff --git a/jjb/multicloud/multicloud-openstack-vmware-vesagent-java.yaml b/jjb/multicloud/multicloud-openstack-vmware-vesagent-java.yaml index 1d4fa6b33..9631f1d84 100644 --- a/jjb/multicloud/multicloud-openstack-vmware-vesagent-java.yaml +++ b/jjb/multicloud/multicloud-openstack-vmware-vesagent-java.yaml @@ -6,6 +6,8 @@ stream: - 'master': branch: 'master' + - 'amsterdam': + branch: 'amsterdam' mvn-settings: 'multicloud-openstack-vmware-settings' subproject: - 'vesagent': diff --git a/jjb/multicloud/multicloud-openstack-vmware-vesagent-python.yaml b/jjb/multicloud/multicloud-openstack-vmware-vesagent-python.yaml index 0a8fcd4a0..15a0c2ca6 100644 --- a/jjb/multicloud/multicloud-openstack-vmware-vesagent-python.yaml +++ b/jjb/multicloud/multicloud-openstack-vmware-vesagent-python.yaml @@ -6,6 +6,8 @@ stream: - 'master': branch: 'master' + - 'amsterdam': + branch: 'amsterdam' mvn-settings: 'multicloud-openstack-vmware-settings' build-node: 'ubuntu1604-basebuild-4c-4g' subproject: diff --git a/jjb/multicloud/multicloud-openstack.yaml b/jjb/multicloud/multicloud-openstack.yaml index 655bd8cd1..4677b1d7b 100644 --- a/jjb/multicloud/multicloud-openstack.yaml +++ b/jjb/multicloud/multicloud-openstack.yaml @@ -6,6 +6,8 @@ stream: - 'master': branch: 'master' + - 'amsterdam': + branch: 'amsterdam' mvn-settings: 'multicloud-openstack-settings' subproject: - 'newton': @@ -16,6 +18,10 @@ path: 'ocata' pattern: 'ocata/**' pom: 'ocata/pom.xml' + - 'ocata_share': + path: 'ocata' + pattern: 'share/**' + pom: 'ocata/pom.xml' - 'windriver': path: 'windriver' pattern: 'windriver/**' @@ -24,7 +30,7 @@ - '{project-name}-{stream}-{subproject}-verify-python' - '{project-name}-{stream}-{subproject}-verify-java' - '{project-name}-{stream}-{subproject}-merge-java' - - '{project-name}-{stream}-{subproject}-release-version-java-daily-no-sonar' + - '{project-name}-{stream}-{subproject}-release-version-java-daily' - '{project-name}-{stream}-docker-java-version-shell-daily': docker-pom: 'pom.xml' mvn-goals: 'install' @@ -33,3 +39,15 @@ files: '**' archive-artifacts: '' build-node: 'ubuntu1604-memcached-4c-4g' +- project: + name: multicloud-openstack-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'multicloud/openstack' + project-name: 'multicloud-openstack' + branch: 'master' + mvn-settings: 'multicloud-openstack-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
\ No newline at end of file diff --git a/jjb/music/music.yaml b/jjb/music/music.yaml new file mode 100644 index 000000000..65abe01ab --- /dev/null +++ b/jjb/music/music.yaml @@ -0,0 +1,40 @@ +--- +- project: + name: music + project-name: 'music' + jobs: + - gerrit-maven-clm: + java-version: '' + - '{project-name}-{stream}-verify-java' + - '{project-name}-{stream}-merge-java' + - '{project-name}-{stream}-release-version-java-daily' + - '{project-name}-{stream}-docker-version-java-daily': + docker-pom: 'pom.xml' + mvn-profile: docker + - '{project-name}-{stream}-stage-site-java': + site-pom: 'pom.xml' + trigger-job: '{project-name}-{stream}-release-version-java-daily' + build-node: 'ubuntu1604-basebuild-8c-8g' + + project: 'music' + stream: + - 'master': + branch: 'master' + mvn-settings: 'music-settings' + files: '**' + archive-artifacts: '' + build-node: ubuntu1604-basebuild-4c-4g + +- project: + name: music-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'music' + project-name: 'music' + branch: 'master' + mvn-settings: 'music-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' + diff --git a/jjb/oom/oom-registrator.yaml b/jjb/oom/oom-registrator.yaml index 3f2088cd2..0805d41c2 100644 --- a/jjb/oom/oom-registrator.yaml +++ b/jjb/oom/oom-registrator.yaml @@ -21,3 +21,15 @@ files: '**' archive-artifacts: '' build-node: ubuntu1604-basebuild-4c-4g +- project: + name: oom-registrator-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'oom/registrator' + project-name: 'oom-registrator' + branch: 'master' + mvn-settings: 'oom-registrator-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
\ No newline at end of file diff --git a/jjb/oparent/oparent.yaml b/jjb/oparent/oparent.yaml index ff6c9dc72..bb674dd76 100644 --- a/jjb/oparent/oparent.yaml +++ b/jjb/oparent/oparent.yaml @@ -12,7 +12,7 @@ - '{project-name}-{stream}-{subproject}-release-version3-java-daily' - '{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: 'oparent' stream: - 'master': @@ -23,3 +23,15 @@ files: '**' archive-artifacts: '' build-node: ubuntu1604-basebuild-4c-4g +- project: + name: oparent-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'oparent' + project-name: 'oparent' + branch: 'master' + mvn-settings: 'oparent-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
\ No newline at end of file diff --git a/jjb/optf/optf-has-python.yaml b/jjb/optf/optf-has-python.yaml new file mode 100644 index 000000000..81b215d67 --- /dev/null +++ b/jjb/optf/optf-has-python.yaml @@ -0,0 +1,16 @@ +--- +- project: + name: optf-has + project-name: 'optf-has' + project: 'optf/has' + stream: + - 'master': + branch: 'master' + mvn-settings: 'optf-has-settings' + build-node: 'ubuntu1604-basebuild-4c-4g' + subproject: + - 'conductor': + path: 'conductor' + pattern: 'conductor/**' + jobs: + - '{project-name}-{stream}-{subproject}-verify-python' diff --git a/jjb/optf/optf-osdf-python.yaml b/jjb/optf/optf-osdf-python.yaml new file mode 100644 index 000000000..2daaedd17 --- /dev/null +++ b/jjb/optf/optf-osdf-python.yaml @@ -0,0 +1,16 @@ +--- +- project: + name: optf-osdf + project-name: 'optf-osdf' + project: 'optf/osdf' + stream: + - 'master': + branch: 'master' + mvn-settings: 'optf-osdf-settings' + build-node: 'ubuntu1604-basebuild-4c-4g' + subproject: + - 'osdf': + path: '.' + pattern: '**' + jobs: + - '{project-name}-{stream}-{subproject}-verify-python' diff --git a/jjb/policy/policy-api.yaml b/jjb/policy/policy-api.yaml index 131695e6f..c92d6d499 100644 --- a/jjb/policy/policy-api.yaml +++ b/jjb/policy/policy-api.yaml @@ -7,10 +7,10 @@ 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-name}-{stream}-stage-site-java': site-pom: 'pom.xml' - trigger-job: '{project-name}-{stream}-release-version-java-daily-no-sonar' + trigger-job: '{project-name}-{stream}-release-version-java-daily' project: 'policy/api' stream: @@ -20,3 +20,15 @@ files: '**' archive-artifacts: '' build-node: ubuntu1604-basebuild-4c-4g +- project: + name: policy-api-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'policy/api' + project-name: 'policy-api' + branch: 'master' + mvn-settings: 'policy-api-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
\ No newline at end of file diff --git a/jjb/policy/policy-common.yaml b/jjb/policy/policy-common.yaml index a844d05e9..779dbcec2 100644 --- a/jjb/policy/policy-common.yaml +++ b/jjb/policy/policy-common.yaml @@ -26,7 +26,7 @@ jobs: - '{project-name}-{stream}-verify-java-skip-tests' - '{project-name}-{stream}-merge-java' - - '{project-name}-{stream}-release-version-java-daily-no-sonar' + - '{project-name}-{stream}-release-version-java-daily' - '{project-name}-{stream}-stage-site-java': site-pom: 'pom.xml' trigger-job: '{project-name}-{stream}-release-version-java-daily' @@ -41,3 +41,15 @@ files: '**' archive-artifacts: '' build-node: ubuntu1604-basebuild-4c-4g +- project: + name: policy-common-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'policy/common' + project-name: 'policy-common' + branch: 'master' + mvn-settings: 'policy-common-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
\ No newline at end of file diff --git a/jjb/policy/policy-drools-applications.yaml b/jjb/policy/policy-drools-applications.yaml index f463a2cef..93d277e25 100644 --- a/jjb/policy/policy-drools-applications.yaml +++ b/jjb/policy/policy-drools-applications.yaml @@ -26,7 +26,7 @@ jobs: - '{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-name}-{stream}-stage-site-java': site-pom: 'pom.xml' trigger-job: '{project-name}-{stream}-release-version-java-daily' @@ -41,3 +41,15 @@ files: '**' archive-artifacts: '' build-node: 'ubuntu1604-basebuild-4c-4g' +- project: + name: policy-drools-applications-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'policy/drools-applications' + project-name: 'policy-drools-applications' + branch: 'master' + mvn-settings: 'policy-drools-applications-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
\ No newline at end of file diff --git a/jjb/policy/policy-drools-pdp.yaml b/jjb/policy/policy-drools-pdp.yaml index ada359f0f..ddf6fd1ca 100644 --- a/jjb/policy/policy-drools-pdp.yaml +++ b/jjb/policy/policy-drools-pdp.yaml @@ -27,7 +27,7 @@ jobs: - '{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-name}-{stream}-stage-site-java': site-pom: 'pom.xml' trigger-job: '{project-name}-{stream}-release-version-java-daily' @@ -42,3 +42,15 @@ files: '**' archive-artifacts: '' build-node: 'ubuntu1604-basebuild-4c-4g' +- project: + name: policy-drools-pdp-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'policy/drools-pdp' + project-name: 'policy-drools-pdp' + branch: 'master' + mvn-settings: 'policy-drools-pdp-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
\ No newline at end of file diff --git a/jjb/policy/policy-engine.yaml b/jjb/policy/policy-engine.yaml index ceb228eca..a66e006fc 100644 --- a/jjb/policy/policy-engine.yaml +++ b/jjb/policy/policy-engine.yaml @@ -27,7 +27,7 @@ jobs: - '{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-name}-{stream}-stage-site-java': site-pom: 'pom.xml' trigger-job: '{project-name}-{stream}-release-version-java-daily' @@ -42,3 +42,15 @@ files: '**' archive-artifacts: '' build-node: 'ubuntu1604-basebuild-4c-4g' +- project: + name: policy-engine-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'policy/engine' + project-name: 'policy-engine' + branch: 'master' + mvn-settings: 'policy-engine-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
\ No newline at end of file diff --git a/jjb/policy/policy-gui.yaml b/jjb/policy/policy-gui.yaml index fb3206a4a..b72be3613 100644 --- a/jjb/policy/policy-gui.yaml +++ b/jjb/policy/policy-gui.yaml @@ -7,10 +7,10 @@ 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-name}-{stream}-stage-site-java': site-pom: 'pom.xml' - trigger-job: '{project-name}-{stream}-release-version-java-daily-no-sonar' + trigger-job: '{project-name}-{stream}-release-version-java-daily' project: 'policy/gui' stream: @@ -19,3 +19,15 @@ mvn-settings: 'policy-gui-settings' files: '**' archive-artifacts: '' +- project: + name: policy-gui-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'policy/gui' + project-name: 'policy-gui' + branch: 'master' + mvn-settings: 'policy-gui-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
\ No newline at end of file diff --git a/jjb/policy/policy-pap.yaml b/jjb/policy/policy-pap.yaml index c0407e965..6f6d3a158 100644 --- a/jjb/policy/policy-pap.yaml +++ b/jjb/policy/policy-pap.yaml @@ -7,10 +7,10 @@ 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-name}-{stream}-stage-site-java': site-pom: 'pom.xml' - trigger-job: '{project-name}-{stream}-release-version-java-daily-no-sonar' + trigger-job: '{project-name}-{stream}-release-version-java-daily' project: 'policy/pap' stream: @@ -19,3 +19,15 @@ mvn-settings: 'policy-pap-settings' files: '**' archive-artifacts: '' +- project: + name: policy-pap-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'policy/pap' + project-name: 'policy-pap' + branch: 'master' + mvn-settings: 'policy-pap-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
\ No newline at end of file diff --git a/jjb/policy/policy-pdp.yaml b/jjb/policy/policy-pdp.yaml index 31c7b5bff..1c7338966 100644 --- a/jjb/policy/policy-pdp.yaml +++ b/jjb/policy/policy-pdp.yaml @@ -7,10 +7,10 @@ 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-name}-{stream}-stage-site-java': site-pom: 'pom.xml' - trigger-job: '{project-name}-{stream}-release-version-java-daily-no-sonar' + trigger-job: '{project-name}-{stream}-release-version-java-daily' project: 'policy/pdp' stream: @@ -19,3 +19,15 @@ mvn-settings: 'policy-pdp-settings' files: '**' archive-artifacts: '' +- project: + name: policy-pdp-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'policy/pdp' + project-name: 'policy-pdp' + branch: 'master' + mvn-settings: 'policy-pdp-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
\ No newline at end of file diff --git a/jjb/portal-sdk/portal-sdk.yaml b/jjb/portal-sdk/portal-sdk.yaml index 67a518a40..c5e7cb8d5 100644 --- a/jjb/portal-sdk/portal-sdk.yaml +++ b/jjb/portal-sdk/portal-sdk.yaml @@ -21,6 +21,8 @@ stream: - 'master': branch: 'master' + - 'amsterdam': + branch: 'amsterdam' - 'release-1.3.1': branch: 'release-1.3.1' - 'release-1.3.2': @@ -29,3 +31,16 @@ files: '**' archive-artifacts: '' build-node: ubuntu1604-basebuild-4c-4g +- project: + name: portal-sdk-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'portal/sdk' + project-name: 'portal-sdk' + branch: 'master' + mvn-params: '-f ecomp-sdk/pom.xml' + mvn-settings: 'portal-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' diff --git a/jjb/portal/portal.yaml b/jjb/portal/portal.yaml index e16aa1aa3..a93091c98 100644 --- a/jjb/portal/portal.yaml +++ b/jjb/portal/portal.yaml @@ -3,6 +3,8 @@ name: portal project-name: 'portal' jobs: + - gerrit-maven-clm: + java-version: '' - '{project-name}-{stream}-release-java-daily' - '{project-name}-{stream}-stage-site-java': site-pom: 'pom.xml' @@ -18,3 +20,15 @@ archive-artifacts: '' build-node: ubuntu1604-basebuild-4c-4g maven-deploy-properties: -Dbuild.number=$BUILD_NUMBER +- project: + name: portal-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'portal' + project-name: 'portal' + branch: 'master' + mvn-settings: 'portal-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
\ No newline at end of file diff --git a/jjb/sdc/sdc-csit.yaml b/jjb/sdc/sdc-csit.yaml index 5a4c9bf26..dfd0905d5 100644 --- a/jjb/sdc/sdc-csit.yaml +++ b/jjb/sdc/sdc-csit.yaml @@ -2,12 +2,14 @@ - project: name: sdc-csit jobs: - - '{project-name}-{stream}-verify-csit-{functionality}' - - '{project-name}-{stream}-csit-{functionality}' + - '{project-name}-{stream}-verify-csit-{functionality}-testng' + - '{project-name}-{stream}-csit-{functionality}-testng' project-name: 'sdc' stream: - 'master': branch: 'master' + - 'amsterdam': + branch: 'amsterdam' functionality: - 'sanity': trigger_jobs: @@ -17,3 +19,5 @@ - '{project-name}-{stream}-docker-version-java-daily' robot-options: '' branch: 'master' + html-dir: 'archives' + html-files: 'SDC_CI_Extent_Report.html'
\ No newline at end of file diff --git a/jjb/sdc/sdc-jtosca.yaml b/jjb/sdc/sdc-jtosca.yaml index 7cd609411..58763225f 100644 --- a/jjb/sdc/sdc-jtosca.yaml +++ b/jjb/sdc/sdc-jtosca.yaml @@ -17,9 +17,21 @@ stream: - 'master': branch: 'master' - - 'release-1.1.0': - branch: 'release-1.1.0' + - 'amsterdam': + branch: 'amsterdam' mvn-settings: 'sdc-jtosca-settings' files: '**' archive-artifacts: '' build-timeout: 60 +- project: + name: sdc-jtosca-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'sdc/jtosca' + project-name: 'sdc-jtosca' + branch: 'master' + mvn-settings: 'sdc-jtosca-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
\ No newline at end of file diff --git a/jjb/sdc/sdc-sdc-distribution-client.yaml b/jjb/sdc/sdc-sdc-distribution-client.yaml index 186ae142e..518482ce4 100644 --- a/jjb/sdc/sdc-sdc-distribution-client.yaml +++ b/jjb/sdc/sdc-sdc-distribution-client.yaml @@ -17,9 +17,21 @@ stream: - 'master': branch: 'master' - - 'release-1.1.0': - branch: 'release-1.1.0' + - 'amsterdam': + branch: 'amsterdam' mvn-settings: 'sdc-sdc-distribution-client-settings' files: '**' archive-artifacts: '' build-timeout: 60 +- project: + name: sdc-sdc-distribution-client-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'sdc/sdc-distribution-client' + project-name: 'sdc-sdc-distribution-client' + branch: 'master' + mvn-settings: 'sdc-sdc-distribution-client-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
\ No newline at end of file diff --git a/jjb/sdc/sdc-sdc-docker-base.yaml b/jjb/sdc/sdc-sdc-docker-base.yaml index 6b59c5259..3c765daeb 100644 --- a/jjb/sdc/sdc-sdc-docker-base.yaml +++ b/jjb/sdc/sdc-sdc-docker-base.yaml @@ -11,6 +11,8 @@ stream: - 'master': branch: 'master' + - 'amsterdam': + branch: 'amsterdam' mvn-settings: 'sdc-sdc-docker-base-settings' files: '**' archive-artifacts: '' diff --git a/jjb/sdc/sdc-sdc-titan-cassandra.yaml b/jjb/sdc/sdc-sdc-titan-cassandra.yaml index df39d9289..74a62ea59 100644 --- a/jjb/sdc/sdc-sdc-titan-cassandra.yaml +++ b/jjb/sdc/sdc-sdc-titan-cassandra.yaml @@ -17,7 +17,21 @@ stream: - 'master': branch: 'master' + - 'amsterdam': + branch: 'amsterdam' mvn-settings: 'sdc-sdc-titan-cassandra-settings' files: '**' archive-artifacts: '' build-timeout: 60 +- project: + name: sdc-sdc-titan-cassandra-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'sdc/sdc-titan-cassandra' + project-name: 'sdc-sdc-titan-cassandra' + branch: 'master' + mvn-settings: 'sdc-sdc-titan-cassandra-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
\ No newline at end of file diff --git a/jjb/sdc/sdc-sdc-tosca.yaml b/jjb/sdc/sdc-sdc-tosca.yaml index 4381189b4..5ed7e82ed 100644 --- a/jjb/sdc/sdc-sdc-tosca.yaml +++ b/jjb/sdc/sdc-sdc-tosca.yaml @@ -17,9 +17,21 @@ stream: - 'master': branch: 'master' - - 'release-1.1.0': - branch: 'release-1.1.0' + - 'amsterdam': + branch: 'amsterdam' mvn-settings: 'sdc-sdc-tosca-settings' files: '**' archive-artifacts: '' build-timeout: 60 +- project: + name: sdc-sdc-tosca-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'sdc/sdc-tosca' + project-name: 'sdc-sdc-tosca' + branch: 'master' + mvn-settings: 'sdc-sdc-tosca-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
\ No newline at end of file diff --git a/jjb/sdc/sdc-sdc-workflow-designer.yaml b/jjb/sdc/sdc-sdc-workflow-designer.yaml index 139ac95fa..8279d4c12 100644 --- a/jjb/sdc/sdc-sdc-workflow-designer.yaml +++ b/jjb/sdc/sdc-sdc-workflow-designer.yaml @@ -23,3 +23,15 @@ docker-pom: 'pom.xml' mvn-profile: docker build-node: ubuntu1604-basebuild-4c-4g +- project: + name: sdc-sdc-workflow-designer-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'sdc/sdc-workflow-designer' + project-name: 'sdc-sdc-workflow-designer' + branch: 'master' + mvn-settings: 'sdc-sdc-workflow-designer-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
\ No newline at end of file diff --git a/jjb/sdc/sdc.yaml b/jjb/sdc/sdc.yaml index 3dd9df6c2..17e8abfd6 100644 --- a/jjb/sdc/sdc.yaml +++ b/jjb/sdc/sdc.yaml @@ -19,9 +19,21 @@ stream: - 'master': branch: 'master' - - 'release-1.1.0': - branch: 'release-1.1.0' + - 'amsterdam': + branch: 'amsterdam' mvn-settings: 'sdc-settings' files: '**' archive-artifacts: '' build-node: ubuntu1604-basebuild-8c-8g +- project: + name: sdc-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'sdc' + project-name: 'sdc' + branch: 'master' + mvn-settings: 'sdc-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
\ No newline at end of file diff --git a/jjb/sdnc/sdnc-adaptors.yaml b/jjb/sdnc/sdnc-adaptors.yaml index 3a8b5b5c5..991ed9390 100644 --- a/jjb/sdnc/sdnc-adaptors.yaml +++ b/jjb/sdnc/sdnc-adaptors.yaml @@ -7,7 +7,7 @@ java-version: '' - '{project-name}-{stream}-verify-java-skip-tests' - '{project-name}-{stream}-merge-java' - - '{project-name}-{stream}-release-version-java-daily-no-sonar' + - '{project-name}-{stream}-release-version-java-daily' project: 'sdnc/adaptors' stream: @@ -22,3 +22,15 @@ deployAtEnd=true files: '**' archive-artifacts: '' +- project: + name: sdnc-adaptors-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'sdnc/adaptors' + project-name: 'sdnc-adaptors' + branch: 'master' + mvn-settings: 'sdnc-adaptors-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' diff --git a/jjb/sdnc/sdnc-core.yaml b/jjb/sdnc/sdnc-core.yaml index 17ee14fd2..090ea6b50 100644 --- a/jjb/sdnc/sdnc-core.yaml +++ b/jjb/sdnc/sdnc-core.yaml @@ -11,10 +11,10 @@ java-version: '' - '{project-name}-{stream}-{subproject}-verify-java' - '{project-name}-{stream}-{subproject}-merge-java' - - '{project-name}-{stream}-{subproject}-release-java-daily-no-sonar' + - '{project-name}-{stream}-{subproject}-release-java-daily' - '{project-name}-{stream}-verify-java-skip-tests' - '{project-name}-{stream}-merge-java' - - '{project-name}-{stream}-release-version-java-daily-no-sonar' + - '{project-name}-{stream}-release-version-java-daily' project: 'sdnc/core' stream: @@ -30,3 +30,15 @@ files: '**' archive-artifacts: '' build-node: ubuntu1604-basebuild-4c-2g +- project: + name: sdnc-core-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'sdnc/core' + project-name: 'sdnc-core' + branch: 'master' + mvn-settings: 'sdnc-core-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' diff --git a/jjb/sdnc/sdnc-northbound.yaml b/jjb/sdnc/sdnc-northbound.yaml index e78d50b53..3e1ec1cc4 100644 --- a/jjb/sdnc/sdnc-northbound.yaml +++ b/jjb/sdnc/sdnc-northbound.yaml @@ -25,3 +25,15 @@ files: '**' archive-artifacts: '' build-node: ubuntu1604-basebuild-4c-4g +- project: + name: sdnc-northbound-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'sdnc/northbound' + project-name: 'sdnc-northbound' + branch: 'master' + mvn-settings: 'sdnc-northbound-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' diff --git a/jjb/sdnc/sdnc-oam.yaml b/jjb/sdnc/sdnc-oam.yaml index 487ab04cc..c5cc0fdd4 100644 --- a/jjb/sdnc/sdnc-oam.yaml +++ b/jjb/sdnc/sdnc-oam.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-name}-{stream}-docker-java-daily': docker-pom: 'pom.xml' mvn-profile: 'docker' @@ -23,3 +23,15 @@ files: '**' archive-artifacts: '' build-node: ubuntu1604-basebuild-4c-4g +- project: + name: sdnc-oam-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'sdnc/oam' + project-name: 'sdnc-oam' + branch: 'master' + mvn-settings: 'sdnc-oam-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' diff --git a/jjb/sdnc/sdnc-plugins.yaml b/jjb/sdnc/sdnc-plugins.yaml index 1e62e70cd..06774de23 100644 --- a/jjb/sdnc/sdnc-plugins.yaml +++ b/jjb/sdnc/sdnc-plugins.yaml @@ -7,7 +7,7 @@ java-version: '' - '{project-name}-{stream}-verify-java-skip-tests' - '{project-name}-{stream}-merge-java' - - '{project-name}-{stream}-release-version-java-daily-no-sonar' + - '{project-name}-{stream}-release-version-java-daily' project: 'sdnc/plugins' stream: @@ -22,3 +22,15 @@ deployAtEnd=true files: '**' archive-artifacts: '' +- project: + name: sdnc-plugins-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'sdnc/plugins' + project-name: 'sdnc-plugins' + branch: 'master' + mvn-settings: 'sdnc-plugins-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' diff --git a/jjb/so/so-libs.yaml b/jjb/so/so-libs.yaml index cf266a522..f4323e9e0 100644 --- a/jjb/so/so-libs.yaml +++ b/jjb/so/so-libs.yaml @@ -16,6 +16,8 @@ stream: - 'master': branch: 'master' + - 'amsterdam': + branch: 'amsterdam' mvn-settings: 'so-libs-settings' # due to a strange macro / variable translation problem this needs to be # passed as a string block to properly get the properties correctly defined @@ -24,3 +26,15 @@ deployAtEnd=true files: '**' archive-artifacts: '' +- project: + name: so-libs-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'so/libs' + project-name: 'so-libs' + branch: 'master' + mvn-settings: 'so-libs-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
\ No newline at end of file diff --git a/jjb/so/so.yaml b/jjb/so/so.yaml index 7278f0f7f..cc4a6dd64 100644 --- a/jjb/so/so.yaml +++ b/jjb/so/so.yaml @@ -27,7 +27,21 @@ stream: - 'master': branch: 'master' + - 'amsterdam': + branch: 'amsterdam' mvn-settings: 'so-settings' files: '**' archive-artifacts: '' build-node: ubuntu1604-basebuild-4c-4g +- project: + name: so-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'so' + project-name: 'so' + branch: 'master' + mvn-settings: 'so-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
\ No newline at end of file diff --git a/jjb/testsuite/testsuite-heatbridge-master.yaml b/jjb/testsuite/testsuite-heatbridge-master.yaml index ee9f5e686..576cfe6fb 100644 --- a/jjb/testsuite/testsuite-heatbridge-master.yaml +++ b/jjb/testsuite/testsuite-heatbridge-master.yaml @@ -13,6 +13,8 @@ stream: - 'master': branch: 'master' + - 'amsterdam': + branch: 'amsterdam' mvn-settings: 'testsuite-heatbridge-settings' files: '**' archive-artifacts: '' diff --git a/jjb/testsuite/testsuite-python-testing-utils.yaml b/jjb/testsuite/testsuite-python-testing-utils.yaml index 516a177d8..01fca0d2e 100644 --- a/jjb/testsuite/testsuite-python-testing-utils.yaml +++ b/jjb/testsuite/testsuite-python-testing-utils.yaml @@ -14,6 +14,8 @@ stream: - 'master': branch: 'master' + - 'amsterdam': + branch: 'amsterdam' - 'release-1.0.0': branch: 'release-1.0.0' mvn-settings: 'testsuite-python-testing-utils-settings' diff --git a/jjb/testsuite/testsuite.yaml b/jjb/testsuite/testsuite.yaml index 80897dbb9..0ff88fe94 100644 --- a/jjb/testsuite/testsuite.yaml +++ b/jjb/testsuite/testsuite.yaml @@ -26,6 +26,8 @@ stream: - 'master': branch: 'master' + - 'amsterdam': + branch: 'amsterdam' - 'release-1.0.0': branch: 'release-1.0.0' mvn-settings: 'testsuite-settings' diff --git a/jjb/ui/ui-dmaapbc.yaml b/jjb/ui/ui-dmaapbc.yaml index 9f7d0f785..4ec21adf1 100644 --- a/jjb/ui/ui-dmaapbc.yaml +++ b/jjb/ui/ui-dmaapbc.yaml @@ -23,3 +23,15 @@ files: '**' archive-artifacts: '' build-node: ubuntu1604-basebuild-4c-4g +- project: + name: ui-dmaapbc-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'ui/dmaapbc' + project-name: 'ui-dmaapbc' + branch: 'master' + mvn-settings: 'ui-dmaapbc-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
\ No newline at end of file diff --git a/jjb/usecaseui/usecase-ui-server.yaml b/jjb/usecaseui/usecase-ui-server.yaml index 727c60391..fc629753c 100644 --- a/jjb/usecaseui/usecase-ui-server.yaml +++ b/jjb/usecaseui/usecase-ui-server.yaml @@ -7,6 +7,8 @@ stream: - 'master': branch: 'master' + - 'amsterdam': + branch: 'amsterdam' mvn-settings: 'usecase-ui-server-settings' jobs: - '{project-name}-{stream}-verify-java' @@ -18,3 +20,15 @@ docker-pom: 'pom.xml' mvn-profile: docker build-node: ubuntu1604-basebuild-4c-4g +- project: + name: usecase-ui-server-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'usecase-ui/server' + project-name: 'usecase-ui-server' + branch: 'master' + mvn-settings: 'usecase-ui-server-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
\ No newline at end of file diff --git a/jjb/usecaseui/usecase-ui.yaml b/jjb/usecaseui/usecase-ui.yaml index 69c7f831c..749cf2b1c 100644 --- a/jjb/usecaseui/usecase-ui.yaml +++ b/jjb/usecaseui/usecase-ui.yaml @@ -7,14 +7,28 @@ stream: - 'master': branch: 'master' + - 'amsterdam': + branch: 'amsterdam' mvn-settings: 'usecase-ui-settings' jobs: - '{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-name}-{stream}-docker-java-daily' files: '**' archive-artifacts: '' docker-pom: 'pom.xml' mvn-profile: docker build-node: ubuntu1604-basebuild-4c-4g +- project: + name: usecase-ui-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-8c-8g + java-version: '' + project: 'usecase-ui' + project-name: 'usecase-ui' + branch: 'master' + mvn-settings: 'usecase-ui-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' diff --git a/jjb/vfc/build-nfvo-svnfm-driver-docker-image.sh b/jjb/vfc/build-nfvo-svnfm-driver-docker-image.sh index db1b504a0..2f33312c0 100755 --- a/jjb/vfc/build-nfvo-svnfm-driver-docker-image.sh +++ b/jjb/vfc/build-nfvo-svnfm-driver-docker-image.sh @@ -11,5 +11,6 @@ chmod 755 ./zte/vmanager/docker/*.* chmod 755 ./huawei/vnfmadapter/VnfmadapterService/docker/*.* ./huawei/vnfmadapter/VnfmadapterService/docker/build_image.sh -chmod 755 ./nokia/vnfmdriver/vfcadaptorservice/docker/*.* -./nokia/vnfmdriver/vfcadaptorservice/docker/build_image.sh
\ No newline at end of file +cd nokia/deployment +mvn package -Dexec.args="buildDocker pushImage" + diff --git a/jjb/vfc/vfc-gvnfm-vnflcm-java.yaml b/jjb/vfc/vfc-gvnfm-vnflcm-java.yaml index fc85d57c9..da2c2341e 100644 --- a/jjb/vfc/vfc-gvnfm-vnflcm-java.yaml +++ b/jjb/vfc/vfc-gvnfm-vnflcm-java.yaml @@ -7,15 +7,19 @@ stream: - 'master': branch: 'master' + - 'amsterdam': + branch: 'amsterdam' mvn-settings: 'vfc-gvnfm-vnflcm-settings' subproject: - 'lcm': pom: 'lcm/pom.xml' pattern: 'lcm/**' jobs: + - gerrit-maven-clm: + java-version: '' - '{project-name}-{stream}-{subproject}-verify-java' - '{project-name}-{stream}-{subproject}-merge-java' - - '{project-name}-{stream}-release-version-java-daily-no-sonar' + - '{project-name}-{stream}-release-version-java-daily' - '{project-name}-{stream}-docker-java-version-shell-daily': docker-pom: 'pom.xml' mvn-goals: 'install' @@ -23,4 +27,16 @@ !include-raw-escape: 'build-gvnfm-vnflcm-docker-image.sh' files: '**' archive-artifacts: '' - build-node: ubuntu1604-basebuild-4c-4g
\ No newline at end of file + build-node: ubuntu1604-basebuild-4c-4g +- project: + name: vfc-gvnfm-vnflcm-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'vfc/gvnfm/vnflcm' + project-name: 'vfc-gvnfm-vnflcm' + branch: 'master' + mvn-settings: 'vfc-gvnfm-vnflcm-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
\ No newline at end of file diff --git a/jjb/vfc/vfc-gvnfm-vnflcm-python.yaml b/jjb/vfc/vfc-gvnfm-vnflcm-python.yaml index 991848acb..cf623e2aa 100644 --- a/jjb/vfc/vfc-gvnfm-vnflcm-python.yaml +++ b/jjb/vfc/vfc-gvnfm-vnflcm-python.yaml @@ -7,6 +7,8 @@ stream: - 'master': branch: 'master' + - 'amsterdam': + branch: 'amsterdam' mvn-settings: 'vfc-gvnfm-vnflcm-settings' build-node: centos7-redis-4c-4g subproject: diff --git a/jjb/vfc/vfc-gvnfm-vnfmgr-java.yaml b/jjb/vfc/vfc-gvnfm-vnfmgr-java.yaml index 2aedb0faa..3f5455c03 100644 --- a/jjb/vfc/vfc-gvnfm-vnfmgr-java.yaml +++ b/jjb/vfc/vfc-gvnfm-vnfmgr-java.yaml @@ -6,15 +6,19 @@ stream: - 'master': branch: 'master' + - 'amsterdam': + branch: 'amsterdam' mvn-settings: 'vfc-gvnfm-vnfmgr-settings' subproject: - 'mgr': pom: 'mgr/pom.xml' pattern: 'mgr/**' jobs: + - gerrit-maven-clm: + java-version: '' - '{project-name}-{stream}-{subproject}-verify-java' - '{project-name}-{stream}-{subproject}-merge-java' - - '{project-name}-{stream}-release-version-java-daily-no-sonar' + - '{project-name}-{stream}-release-version-java-daily' - '{project-name}-{stream}-docker-java-version-shell-daily': docker-pom: 'pom.xml' mvn-goals: 'install' @@ -22,4 +26,16 @@ !include-raw-escape: 'build-gvnfm-vnfmgr-docker-image.sh' files: '**' archive-artifacts: '' - build-node: ubuntu1604-basebuild-4c-4g
\ No newline at end of file + build-node: ubuntu1604-basebuild-4c-4g +- project: + name: vfc-gvnfm-vnfmgr-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'vfc/gvnfm/vnfmgr' + project-name: 'vfc-gvnfm-vnfmgr' + branch: 'master' + mvn-settings: 'vfc-gvnfm-vnfmgr-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
\ No newline at end of file diff --git a/jjb/vfc/vfc-gvnfm-vnfmgr-python.yaml b/jjb/vfc/vfc-gvnfm-vnfmgr-python.yaml index 9de9b0fea..eff84ad48 100644 --- a/jjb/vfc/vfc-gvnfm-vnfmgr-python.yaml +++ b/jjb/vfc/vfc-gvnfm-vnfmgr-python.yaml @@ -7,6 +7,8 @@ stream: - 'master': branch: 'master' + - 'amsterdam': + branch: 'amsterdam' mvn-settings: 'vfc-gvnfm-vnfmgr-settings' build-node: ubuntu1604-basebuild-4c-4g subproject: diff --git a/jjb/vfc/vfc-gvnfm-vnfres-java.yaml b/jjb/vfc/vfc-gvnfm-vnfres-java.yaml index 22a103dad..5460d2693 100644 --- a/jjb/vfc/vfc-gvnfm-vnfres-java.yaml +++ b/jjb/vfc/vfc-gvnfm-vnfres-java.yaml @@ -7,15 +7,19 @@ stream: - 'master': branch: 'master' + - 'amsterdam': + branch: 'amsterdam' mvn-settings: 'vfc-gvnfm-vnfres-settings' subproject: - 'res': pom: 'res/pom.xml' pattern: 'res/**' jobs: + - gerrit-maven-clm: + java-version: '' - '{project-name}-{stream}-{subproject}-verify-java' - '{project-name}-{stream}-{subproject}-merge-java' - - '{project-name}-{stream}-release-version-java-daily-no-sonar' + - '{project-name}-{stream}-release-version-java-daily' - '{project-name}-{stream}-docker-java-version-shell-daily': docker-pom: 'pom.xml' mvn-goals: 'install' @@ -23,4 +27,16 @@ !include-raw-escape: 'build-gvnfm-vnfres-docker-image.sh' files: '**' archive-artifacts: '' - build-node: ubuntu1604-basebuild-4c-4g
\ No newline at end of file + build-node: ubuntu1604-basebuild-4c-4g +- project: + name: vfc-gvnfm-vnfres-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'vfc/gvnfm/vnfres' + project-name: 'vfc-gvnfm-vnfres' + branch: 'master' + mvn-settings: 'vfc-gvnfm-vnfres-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
\ No newline at end of file diff --git a/jjb/vfc/vfc-gvnfm-vnfres-python.yaml b/jjb/vfc/vfc-gvnfm-vnfres-python.yaml index db7762f3e..9a4866617 100644 --- a/jjb/vfc/vfc-gvnfm-vnfres-python.yaml +++ b/jjb/vfc/vfc-gvnfm-vnfres-python.yaml @@ -7,6 +7,8 @@ stream: - 'master': branch: 'master' + - 'amsterdam': + branch: 'amsterdam' mvn-settings: 'vfc-gvnfm-vnfres-settings' build-node: ubuntu1604-basebuild-4c-4g subproject: diff --git a/jjb/vfc/vfc-nfvo-catalog.yaml b/jjb/vfc/vfc-nfvo-catalog.yaml index ec079cd97..0e23d1ff9 100644 --- a/jjb/vfc/vfc-nfvo-catalog.yaml +++ b/jjb/vfc/vfc-nfvo-catalog.yaml @@ -7,16 +7,20 @@ stream: - 'master': branch: 'master' + - 'amsterdam': + branch: 'amsterdam' mvn-settings: 'vfc-nfvo-catalog-settings' subproject: - 'catalog': path: '.' pattern: '**' jobs: + - gerrit-maven-clm: + java-version: '' - '{project-name}-{stream}-{subproject}-verify-python' - '{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-name}-{stream}-docker-java-version-shell-daily': docker-pom: 'pom.xml' mvn-goals: 'install' @@ -25,3 +29,15 @@ files: '**' archive-artifacts: '' build-node: centos7-redis-4c-4g +- project: + name: vfc-nfvo-catalog-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'vfc/nfvo/catalog' + project-name: 'vfc-nfvo-catalog' + branch: 'master' + mvn-settings: 'vfc-nfvo-catalog-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
\ No newline at end of file diff --git a/jjb/vfc/vfc-nfvo-driver-ems-java.yaml b/jjb/vfc/vfc-nfvo-driver-ems-java.yaml index 5933f2160..5d32025bd 100644 --- a/jjb/vfc/vfc-nfvo-driver-ems-java.yaml +++ b/jjb/vfc/vfc-nfvo-driver-ems-java.yaml @@ -1,26 +1,42 @@ ----
-
-- project:
- name: vfc-nfvo-driver-ems-java
- project-name: 'vfc-nfvo-driver-ems'
- project: 'vfc/nfvo/driver/ems'
- stream:
- - 'master':
- branch: 'master'
- mvn-settings: 'vfc-nfvo-driver-ems-settings'
- subproject:
- - 'drv-ems-boco':
- pom: 'ems/pom.xml'
- pattern: 'ems/**'
- jobs:
- - '{project-name}-{stream}-{subproject}-verify-java'
- - '{project-name}-{stream}-{subproject}-merge-java'
- - '{project-name}-{stream}-release-version-java-daily'
- - '{project-name}-{stream}-docker-java-version-shell-daily':
- docker-pom: 'pom.xml'
- mvn-goals: 'install'
- script:
- !include-raw-escape: 'build-driver-ems-docker-image.sh'
- files: '**'
- archive-artifacts: ''
- build-node: ubuntu1604-basebuild-4c-4g
\ No newline at end of file +--- + +- project: + name: vfc-nfvo-driver-ems-java + project-name: 'vfc-nfvo-driver-ems' + project: 'vfc/nfvo/driver/ems' + stream: + - 'master': + branch: 'master' + - 'amsterdam': + branch: 'amsterdam' + mvn-settings: 'vfc-nfvo-driver-ems-settings' + subproject: + - 'drv-ems-boco': + pom: 'ems/pom.xml' + pattern: 'ems/**' + jobs: + - gerrit-maven-clm: + java-version: '' + - '{project-name}-{stream}-{subproject}-verify-java' + - '{project-name}-{stream}-{subproject}-merge-java' + - '{project-name}-{stream}-release-version-java-daily' + - '{project-name}-{stream}-docker-java-version-shell-daily': + docker-pom: 'pom.xml' + mvn-goals: 'install' + script: + !include-raw-escape: 'build-driver-ems-docker-image.sh' + files: '**' + archive-artifacts: '' + build-node: ubuntu1604-basebuild-4c-4g +- project: + name: vfc-nfvo-driver-ems-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'vfc/nfvo/driver/ems' + project-name: 'vfc-nfvo-driver-ems' + branch: 'master' + mvn-settings: 'vfc-nfvo-driver-ems-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
\ No newline at end of file diff --git a/jjb/vfc/vfc-nfvo-driver-sfc.yaml b/jjb/vfc/vfc-nfvo-driver-sfc.yaml index d995db4dc..79edfb1ec 100644 --- a/jjb/vfc/vfc-nfvo-driver-sfc.yaml +++ b/jjb/vfc/vfc-nfvo-driver-sfc.yaml @@ -6,12 +6,16 @@ stream: - 'master': branch: 'master' + - 'amsterdam': + branch: 'amsterdam' mvn-settings: 'vfc-nfvo-driver-sfc-settings' subproject: - 'driver-sfc-zte': pom: 'zte/sfc-driver/pom.xml' pattern: 'zte/sfc-driver/**' jobs: + - gerrit-maven-clm: + java-version: '' - '{project-name}-{stream}-{subproject}-verify-java' - '{project-name}-{stream}-{subproject}-merge-java' - '{project-name}-{stream}-{subproject}-release-version-java-daily' @@ -23,3 +27,15 @@ files: '**' archive-artifacts: '' build-node: ubuntu1604-basebuild-4c-4g +- project: + name: vfc-nfvo-driver-sfc-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'vfc/nfvo/driver/sfc' + project-name: 'vfc-nfvo-driver-sfc' + branch: 'master' + mvn-settings: 'vfc-nfvo-driver-sfc-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
\ No newline at end of file diff --git a/jjb/vfc/vfc-nfvo-driver-svnfm-huawei.yaml b/jjb/vfc/vfc-nfvo-driver-svnfm-huawei.yaml index cc2c8650b..c7e827ef6 100644 --- a/jjb/vfc/vfc-nfvo-driver-svnfm-huawei.yaml +++ b/jjb/vfc/vfc-nfvo-driver-svnfm-huawei.yaml @@ -6,6 +6,8 @@ stream: - 'master': branch: 'master' + - 'amsterdam': + branch: 'amsterdam' mvn-settings: 'vfc-nfvo-driver-vnfm-svnfm-settings' subproject: - 'drv-vnfm-huawei': @@ -18,3 +20,16 @@ files: '**' archive-artifacts: '' build-node: ubuntu1604-basebuild-4c-4g +- project: + name: vfc-nfvo-driver-svnfm-huawei-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + mvn-params: '-f huawei/pom.xml' + java-version: '' + project: 'vfc/nfvo/driver/vnfm/svnfm' + project-name: 'vfc-nfvo-driver-svnfm-huawei' + branch: 'master' + mvn-settings: 'vfc-nfvo-driver-vnfm-svnfm-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' diff --git a/jjb/vfc/vfc-nfvo-driver-vnfm-gvnfm-java.yaml b/jjb/vfc/vfc-nfvo-driver-vnfm-gvnfm-java.yaml index 81993319b..215c10aeb 100644 --- a/jjb/vfc/vfc-nfvo-driver-vnfm-gvnfm-java.yaml +++ b/jjb/vfc/vfc-nfvo-driver-vnfm-gvnfm-java.yaml @@ -7,15 +7,19 @@ stream: - 'master': branch: 'master' + - 'amsterdam': + branch: 'amsterdam' mvn-settings: 'vfc-nfvo-driver-vnfm-gvnfm-settings' subproject: - 'gvnfmadapter': pom: 'gvnfmadapter/pom.xml' pattern: 'gvnfmadapter/**' jobs: + - gerrit-maven-clm: + java-version: '' - '{project-name}-{stream}-{subproject}-verify-java' - '{project-name}-{stream}-{subproject}-merge-java' - - '{project-name}-{stream}-{subproject}-release-version-java-daily-no-sonar' + - '{project-name}-{stream}-{subproject}-release-version-java-daily' - '{project-name}-{stream}-docker-java-version-shell-daily': docker-pom: 'pom.xml' mvn-goals: 'install' @@ -23,4 +27,16 @@ !include-raw-escape: 'build-gvnfm-driver-docker-image.sh' files: '**' archive-artifacts: '' - build-node: ubuntu1604-basebuild-4c-4g
\ No newline at end of file + build-node: ubuntu1604-basebuild-4c-4g +- project: + name: vfc-nfvo-driver-vnfm-gvnfm-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'vfc/nfvo/driver/vnfm/gvnfm' + project-name: 'vfc-nfvo-driver-vnfm-gvnfm' + branch: 'master' + mvn-settings: 'vfc-nfvo-driver-vnfm-gvnfm-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
\ No newline at end of file diff --git a/jjb/vfc/vfc-nfvo-driver-vnfm-gvnfm-juju.yaml b/jjb/vfc/vfc-nfvo-driver-vnfm-gvnfm-juju.yaml index a1af3b773..a53ec8cc5 100644 --- a/jjb/vfc/vfc-nfvo-driver-vnfm-gvnfm-juju.yaml +++ b/jjb/vfc/vfc-nfvo-driver-vnfm-gvnfm-juju.yaml @@ -7,6 +7,8 @@ stream: - 'master': branch: 'master' + - 'amsterdam': + branch: 'amsterdam' mvn-settings: 'vfc-nfvo-driver-vnfm-gvnfm-settings' subproject: - 'gvnfm-juju': diff --git a/jjb/vfc/vfc-nfvo-driver-vnfm-gvnfm-python.yaml b/jjb/vfc/vfc-nfvo-driver-vnfm-gvnfm-python.yaml index a1a7d236d..ed262323b 100644 --- a/jjb/vfc/vfc-nfvo-driver-vnfm-gvnfm-python.yaml +++ b/jjb/vfc/vfc-nfvo-driver-vnfm-gvnfm-python.yaml @@ -7,6 +7,8 @@ stream: - 'master': branch: 'master' + - 'amsterdam': + branch: 'amsterdam' mvn-settings: 'vfc-nfvo-driver-vnfm-gvnfm-settings' build-node: ubuntu1604-basebuild-4c-4g subproject: diff --git a/jjb/vfc/vfc-nfvo-driver-vnfm-svnfm-docker-java.yaml b/jjb/vfc/vfc-nfvo-driver-vnfm-svnfm-docker-java.yaml index 8698735ff..544dcb691 100644 --- a/jjb/vfc/vfc-nfvo-driver-vnfm-svnfm-docker-java.yaml +++ b/jjb/vfc/vfc-nfvo-driver-vnfm-svnfm-docker-java.yaml @@ -7,6 +7,8 @@ stream: - 'master': branch: 'master' + - 'amsterdam': + branch: 'amsterdam' mvn-settings: 'vfc-nfvo-driver-vnfm-svnfm-settings' jobs: - '{project-name}-{stream}-docker-java-version-shell-daily': @@ -16,4 +18,17 @@ !include-raw-escape: 'build-nfvo-svnfm-driver-docker-image.sh' files: '**' archive-artifacts: '' - build-node: ubuntu1604-basebuild-4c-4g
\ No newline at end of file + build-node: ubuntu1604-basebuild-4c-4g +- project: + name: vfc-nfvo-driver-vnfm-svnfm-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'vfc/nfvo/driver/vnfm/svnfm' + project-name: 'vfc-nfvo-driver-vnfm-svnfm' + branch: 'master' + mvn-settings: 'vfc-nfvo-driver-vnfm-svnfm-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' + diff --git a/jjb/vfc/vfc-nfvo-driver-vnfm-svnfm-nokia.yaml b/jjb/vfc/vfc-nfvo-driver-vnfm-svnfm-nokia.yaml index c14b7a9c2..ae29db7ab 100644 --- a/jjb/vfc/vfc-nfvo-driver-vnfm-svnfm-nokia.yaml +++ b/jjb/vfc/vfc-nfvo-driver-vnfm-svnfm-nokia.yaml @@ -6,15 +6,32 @@ stream: - 'master': branch: 'master' + - 'amsterdam': + branch: 'amsterdam' mvn-settings: 'vfc-nfvo-driver-vnfm-svnfm-settings' subproject: - 'drv-vnfm-nokia': - pom: 'nokia/vnfmdriver/pom.xml' - pattern: 'nokia/vnfmdriver/**' + pom: 'nokia/pom.xml' + pattern: 'nokia/**' jobs: + - gerrit-maven-clm: + java-version: '' - '{project-name}-{stream}-{subproject}-verify-java' - '{project-name}-{stream}-{subproject}-merge-java' - '{project-name}-{stream}-{subproject}-release-version-java-daily' files: '**' archive-artifacts: '' build-node: ubuntu1604-basebuild-4c-4g +- project: + name: vfc-nfvo-driver-vnfm-svnfm-nokia-sonar + jobs: + - gerrit-maven-sonar + mvn-params: '-f nokia/pom.xml' + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'vfc/nfvo/driver/vnfm/svnfm' + project-name: 'vfc-nfvo-driver-vnfm-svnfm-nokia' + branch: 'master' + mvn-settings: 'vfc-nfvo-driver-vnfm-svnfm-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' diff --git a/jjb/vfc/vfc-nfvo-driver-vnfm-svnfm-zte-java.yaml b/jjb/vfc/vfc-nfvo-driver-vnfm-svnfm-zte-java.yaml index d35cc4d2f..880e976fb 100644 --- a/jjb/vfc/vfc-nfvo-driver-vnfm-svnfm-zte-java.yaml +++ b/jjb/vfc/vfc-nfvo-driver-vnfm-svnfm-zte-java.yaml @@ -7,15 +7,32 @@ stream: - 'master': branch: 'master' + - 'amsterdam': + branch: 'amsterdam' mvn-settings: 'vfc-nfvo-driver-vnfm-svnfm-settings' subproject: - 'drv-vnfm-zte': pom: 'zte/vmanager/pom.xml' pattern: 'zte/vmanager/**' jobs: + - gerrit-maven-clm: + java-version: '' - '{project-name}-{stream}-{subproject}-verify-java' - '{project-name}-{stream}-{subproject}-merge-java' - - '{project-name}-{stream}-{subproject}-release-version-java-daily-no-sonar' + - '{project-name}-{stream}-{subproject}-release-version-java-daily' files: '**' archive-artifacts: '' - build-node: ubuntu1604-basebuild-4c-4g
\ No newline at end of file + build-node: ubuntu1604-basebuild-4c-4g +- project: + name: vfc-nfvo-driver-vnfm-svnfm-zte-sonar + jobs: + - gerrit-maven-sonar + mvn-params: '-f zte/vmanager/pom.xml' + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'vfc/nfvo/driver/vnfm/svnfm' + project-name: 'vfc-nfvo-driver-vnfm-svnfm-zte' + branch: 'master' + mvn-settings: 'vfc-nfvo-driver-vnfm-svnfm-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' diff --git a/jjb/vfc/vfc-nfvo-driver-vnfm-svnfm-zte-python.yaml b/jjb/vfc/vfc-nfvo-driver-vnfm-svnfm-zte-python.yaml index 79a392337..69804323d 100644 --- a/jjb/vfc/vfc-nfvo-driver-vnfm-svnfm-zte-python.yaml +++ b/jjb/vfc/vfc-nfvo-driver-vnfm-svnfm-zte-python.yaml @@ -7,6 +7,8 @@ stream: - 'master': branch: 'master' + - 'amsterdam': + branch: 'amsterdam' mvn-settings: 'vfc-nfvo-driver-vnfm-svnfm-settings' build-node: ubuntu1604-basebuild-4c-4g subproject: diff --git a/jjb/vfc/vfc-nfvo-lcm-java.yaml b/jjb/vfc/vfc-nfvo-lcm-java.yaml index 2f0faed73..488f42db5 100644 --- a/jjb/vfc/vfc-nfvo-lcm-java.yaml +++ b/jjb/vfc/vfc-nfvo-lcm-java.yaml @@ -7,11 +7,15 @@ stream: - 'master': branch: 'master' + - 'amsterdam': + branch: 'amsterdam' mvn-settings: 'vfc-nfvo-lcm-settings' jobs: + - gerrit-maven-clm: + 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-name}-{stream}-docker-java-version-shell-daily': docker-pom: 'pom.xml' mvn-goals: 'install' @@ -19,4 +23,16 @@ !include-raw-escape: 'build-nfvo-lcm-docker-image.sh' files: '**' archive-artifacts: '' - build-node: ubuntu1604-basebuild-4c-4g
\ No newline at end of file + build-node: ubuntu1604-basebuild-4c-4g +- project: + name: vfc-nfvo-lcm-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'vfc/nfvo/lcm' + project-name: 'vfc-nfvo-lcm' + branch: 'master' + mvn-settings: 'vfc-nfvo-lcm-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
\ No newline at end of file diff --git a/jjb/vfc/vfc-nfvo-lcm-python.yaml b/jjb/vfc/vfc-nfvo-lcm-python.yaml index 8fc3b9e1b..7662f8369 100644 --- a/jjb/vfc/vfc-nfvo-lcm-python.yaml +++ b/jjb/vfc/vfc-nfvo-lcm-python.yaml @@ -7,6 +7,8 @@ stream: - 'master': branch: 'master' + - 'amsterdam': + branch: 'amsterdam' mvn-settings: 'vfc-nfvo-lcm-settings' build-node: centos7-redis-4c-4g subproject: diff --git a/jjb/vfc/vfc-nfvo-resmanagement.yaml b/jjb/vfc/vfc-nfvo-resmanagement.yaml index 2dc778d16..fab44e60f 100644 --- a/jjb/vfc/vfc-nfvo-resmanagement.yaml +++ b/jjb/vfc/vfc-nfvo-resmanagement.yaml @@ -8,8 +8,12 @@ stream: - 'master': branch: 'master' + - 'amsterdam': + branch: 'amsterdam' build-node: ubuntu1604-basebuild-4c-4g jobs: + - gerrit-maven-clm: + java-version: '' - '{project-name}-{stream}-verify-java' - '{project-name}-{stream}-merge-java' - '{project-name}-{stream}-release-version-java-daily' @@ -18,3 +22,15 @@ mvn-goals: 'install' script: !include-raw-escape: 'build-nfvo-resmanagement-docker-image.sh' +- project: + name: vfc-nfvo-resmanagement-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'vfc/nfvo/resmanagement' + project-name: 'vfc-nfvo-resmanagement' + branch: 'master' + mvn-settings: 'vfc-nfvo-resmanagement-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
\ No newline at end of file diff --git a/jjb/vfc/vfc-nfvo-wfengine-java.yaml b/jjb/vfc/vfc-nfvo-wfengine-java.yaml index 570909b64..d32e03c61 100644 --- a/jjb/vfc/vfc-nfvo-wfengine-java.yaml +++ b/jjb/vfc/vfc-nfvo-wfengine-java.yaml @@ -7,6 +7,8 @@ stream: - 'master': branch: 'master' + - 'amsterdam': + branch: 'amsterdam' mvn-settings: 'vfc-nfvo-wfengine-settings' subproject: - 'engine-mgr-service': @@ -20,6 +22,8 @@ script: !include-raw-escape: 'build-nfvo-wfengine-engine-activiti-extension-docker-image.sh' jobs: + - gerrit-maven-clm: + java-version: '' - '{project-name}-{stream}-{subproject}-verify-java' - '{project-name}-{stream}-{subproject}-merge-java' - '{project-name}-{stream}-{subproject}-release-version-java-daily' @@ -28,3 +32,15 @@ files: '**' archive-artifacts: '' build-node: ubuntu1604-basebuild-4c-4g +- project: + name: vfc-nfvo-wfengine-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'vfc/nfvo/wfengine' + project-name: 'vfc-nfvo-wfengine' + branch: 'master' + mvn-settings: 'vfc-nfvo-wfengine-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
\ No newline at end of file diff --git a/jjb/vid/vid-asdcclient.yaml b/jjb/vid/vid-asdcclient.yaml index d8f09de9e..3b9935c62 100644 --- a/jjb/vid/vid-asdcclient.yaml +++ b/jjb/vid/vid-asdcclient.yaml @@ -13,6 +13,20 @@ stream: - 'master': branch: 'master' + - 'amsterdam': + branch: 'amsterdam' mvn-settings: 'vid-settings' files: '**' archive-artifacts: '' +- project: + name: vid-asdcclient-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'vid/asdcclient' + project-name: 'vid-asdcclient' + branch: 'master' + mvn-settings: 'vid-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' diff --git a/jjb/vid/vid.yaml b/jjb/vid/vid.yaml index c8438e0d8..90508a38e 100644 --- a/jjb/vid/vid.yaml +++ b/jjb/vid/vid.yaml @@ -20,7 +20,21 @@ stream: - 'master': branch: 'master' + - 'amsterdam': + branch: 'amsterdam' mvn-settings: 'vid-settings' files: '**' archive-artifacts: '' build-node: ubuntu1604-basebuild-4c-4g +- project: + name: vid-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'vid' + project-name: 'vid' + branch: 'master' + mvn-settings: 'vid-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
\ No newline at end of file diff --git a/jjb/vnfsdk/vnfsdk-compliance.yaml b/jjb/vnfsdk/vnfsdk-compliance.yaml index 400b152ef..94f647139 100644 --- a/jjb/vnfsdk/vnfsdk-compliance.yaml +++ b/jjb/vnfsdk/vnfsdk-compliance.yaml @@ -6,7 +6,7 @@ - gerrit-maven-clm: java-version: '' mvn-params: '-f veslibrary/ves_javalibrary/evel_javalib2/pom.xml' - - '{project-name}-{stream}-verify-java' + - '{project-name}-{stream}-{subproject}-verify-java' - '{project-name}-{stream}-merge-java' - '{project-name}-{stream}-release-version-java-daily' - '{project-name}-{stream}-aai-docker-java-daily': @@ -18,6 +18,10 @@ mvn-profile: 'docker' project: 'vnfsdk/compliance' + subproject: + - 'veslibrary': + pom: 'veslibrary/ves_javalibrary/evel_javalib2/pom.xml' + pattern: 'veslibrary/**' stream: - 'master': branch: 'master' @@ -25,3 +29,16 @@ files: '**' archive-artifacts: '' build-node: ubuntu1604-basebuild-4c-4g +- project: + name: vnfsdk-compliance-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'vnfsdk/compliance' + project-name: 'vnfsdk-compliance' + branch: 'master' + mvn-params: '-f veslibrary/ves_javalibrary/evel_javalib2/pom.xml' + mvn-settings: 'vnfsdk-compliance-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' diff --git a/jjb/vnfsdk/vnfsdk-refrepo.yaml b/jjb/vnfsdk/vnfsdk-refrepo.yaml index 6ff0a587a..2a08484fe 100644 --- a/jjb/vnfsdk/vnfsdk-refrepo.yaml +++ b/jjb/vnfsdk/vnfsdk-refrepo.yaml @@ -26,3 +26,15 @@ files: '**' archive-artifacts: '' build-node: ubuntu1604-basebuild-4c-4g +- project: + name: vnfsdk-refrepo-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'vnfsdk/refrepo' + project-name: 'vnfsdk-refrepo' + branch: 'master' + mvn-settings: 'vnfsdk-refrepo-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
\ No newline at end of file diff --git a/jjb/vnfsdk/vnfsdk-validation.yaml b/jjb/vnfsdk/vnfsdk-validation.yaml index 1d2855631..277522606 100644 --- a/jjb/vnfsdk/vnfsdk-validation.yaml +++ b/jjb/vnfsdk/vnfsdk-validation.yaml @@ -17,3 +17,15 @@ files: '**' archive-artifacts: '' build-node: ubuntu1604-basebuild-4c-4g +- project: + name: vnfsdk-validation-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'vnfsdk/validation' + project-name: 'vnfsdk-validation' + branch: 'master' + mvn-settings: 'vnfsdk-validation-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
\ No newline at end of file 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 |