diff options
Diffstat (limited to 'jjb/dmaap/dmaap-dbcapi.yaml')
-rw-r--r-- | jjb/dmaap/dmaap-dbcapi.yaml | 32 |
1 files changed, 29 insertions, 3 deletions
diff --git a/jjb/dmaap/dmaap-dbcapi.yaml b/jjb/dmaap/dmaap-dbcapi.yaml index 5793822fe..4eeafa958 100644 --- a/jjb/dmaap/dmaap-dbcapi.yaml +++ b/jjb/dmaap/dmaap-dbcapi.yaml @@ -1,6 +1,6 @@ --- - project: - name: dmaap-dbcapi + name: dmaap-dbcapi-java11 project-name: 'dmaap-dbcapi' jobs: - '{project-name}-{stream}-verify-java' @@ -11,13 +11,38 @@ maven-versions-plugin: true - '{project-name}-gerrit-release-jobs': build-node: centos7-docker-8c-8g - project: 'dmaap/dbcapi' mvn-settings: 'dmaap-dbcapi-settings' java-version: openjdk11 stream: - 'master': branch: 'master' + - 'frankfurt': + branch: 'frankfurt' + # due to a strange macro / variable translation problem this needs to be + # passed as a string block to properly get the properties correctly defined + # in the job + maven-deploy-properties: | + deployAtEnd=true + files: '**' + archive-artifacts: '' + +- project: + name: dmaap-dbcapi-java8 + project-name: 'dmaap-dbcapi' + jobs: + - '{project-name}-{stream}-verify-java' + - '{project-name}-{stream}-merge-java' + - gerrit-maven-stage: + sign-artifacts: true + build-node: centos7-builder-4c-4g + maven-versions-plugin: true + project: 'dmaap/dbcapi' + mvn-settings: 'dmaap-dbcapi-settings' + java-version: openjdk8 + stream: + - 'elalto': + branch: 'elalto' # due to a strange macro / variable translation problem this needs to be # passed as a string block to properly get the properties correctly defined # in the job @@ -26,6 +51,7 @@ files: '**' archive-artifacts: '' + - project: name: dmaap-dbcapi-sonar jobs: @@ -36,7 +62,7 @@ sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}' sonar-mvn-goal: '{sonar_mvn_goal}' cron: '@daily' - build-node: ubuntu1604-builder-4c-4g + build-node: ubuntu1804-builder-4c-4g project: 'dmaap/dbcapi' project-name: 'dmaap-dbcapi' branch: 'master' |