X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fnext%2Fnext.yaml;h=36c1d21e9fe2fa84b043052d120f0015ca00be81;hb=d7c3880fe4578a70a16e2237bb8be8a1742c0291;hp=444967990a0f8ddf365de321c0ae07192ae8b592;hpb=fcaa90e38fd2ed28e0131fc95b4148680ee6857f;p=releng%2Fbuilder.git diff --git a/jjb/next/next.yaml b/jjb/next/next.yaml index 444967990..36c1d21e9 100644 --- a/jjb/next/next.yaml +++ b/jjb/next/next.yaml @@ -1,19 +1,15 @@ --- - project: - name: next-carbon + name: next-oxygen jobs: - - '{project-name}-clm-{stream}' - '{project-name}-distribution-check-{stream}' - '{project-name}-integration-{stream}' - - '{project-name}-merge-{stream}' - - '{project-name}-validate-autorelease-{stream}' - - '{project-name}-verify-{stream}-{maven}-{jdks}' + - odl-maven-jobs - stream: carbon + stream: oxygen project: 'next' project-name: 'next' branch: 'master' - jdk: openjdk8 jdks: - openjdk8 maven: @@ -26,21 +22,20 @@ email-upstream: '[next]' archive-artifacts: '' + # Used by the release job + staging-profile-id: a67e7c516f385 + - project: - name: next-boron + name: next-nitrogen jobs: - - '{project-name}-clm-{stream}' - '{project-name}-distribution-check-{stream}' - '{project-name}-integration-{stream}' - - '{project-name}-merge-{stream}' - - '{project-name}-validate-autorelease-{stream}' - - '{project-name}-verify-{stream}-{maven}-{jdks}' + - odl-maven-jobs - stream: boron + stream: nitrogen project: 'next' project-name: 'next' - branch: 'stable/boron' - jdk: openjdk8 + branch: 'stable/nitrogen' jdks: - openjdk8 maven: @@ -53,23 +48,22 @@ email-upstream: '[next]' archive-artifacts: '' + # Used by the release job + staging-profile-id: a67e7c516f385 + - project: - name: next-beryllium + name: next-carbon jobs: - - '{project-name}-clm-{stream}' - '{project-name}-distribution-check-{stream}' - '{project-name}-integration-{stream}' - - '{project-name}-merge-{stream}' - - '{project-name}-validate-autorelease-{stream}' - - '{project-name}-verify-{stream}-{maven}-{jdks}' + - odl-maven-jobs - stream: beryllium + stream: carbon project: 'next' project-name: 'next' - branch: 'stable/beryllium' - jdk: openjdk7 + branch: 'stable/carbon' + karaf-version: karaf3 jdks: - - openjdk7 - openjdk8 maven: - mvn33: @@ -81,10 +75,13 @@ email-upstream: '[next]' archive-artifacts: '' + # Used by the release job + staging-profile-id: a67e7c516f385 + - project: name: next-sonar jobs: - - '{project-name}-sonar' + - gerrit-maven-sonar project: 'next' project-name: 'next' branch: 'master'