--- - project: name: dlux-oxygen jobs: - '{project-name}-distribution-check-{stream}' - '{project-name}-integration-{stream}' - odl-maven-jobs stream: oxygen project: 'dlux' project-name: 'dlux' branch: 'master' mvn-settings: 'dlux-settings' mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' dependencies: 'odlparent-merge-{stream}' email-upstream: '[dlux] [odlparent]' archive-artifacts: '' # Used by the release job staging-profile-id: 96e6a0327484f - project: name: dlux-nitrogen jobs: - '{project-name}-distribution-check-{stream}' - '{project-name}-integration-{stream}' - odl-maven-jobs stream: nitrogen project: 'dlux' project-name: 'dlux' branch: 'stable/nitrogen' mvn-settings: 'dlux-settings' mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' dependencies: 'odlparent-merge-{stream}' email-upstream: '[dlux] [odlparent]' archive-artifacts: '' # Used by the release job staging-profile-id: 96e6a0327484f - project: name: dlux-carbon jobs: - '{project-name}-distribution-check-{stream}' - '{project-name}-integration-{stream}' - odl-maven-jobs stream: carbon project: 'dlux' project-name: 'dlux' branch: 'stable/carbon' karaf-version: karaf3 mvn-settings: 'dlux-settings' mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' dependencies: 'odlparent-merge-{stream}' email-upstream: '[dlux] [odlparent]' archive-artifacts: '' # Used by the release job staging-profile-id: 96e6a0327484f - project: name: dlux-sonar jobs: - gerrit-maven-sonar project: 'dlux' project-name: 'dlux' branch: 'master' mvn-settings: 'dlux-settings' mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'