From d49bdb900ea72c58d459d013b7f89e8848e631d5 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Mon, 6 Nov 2017 11:36:27 -0500 Subject: [PATCH] Migrate nemo to global-jjb Maven jobs In an effort to consolidate our templates across projects we've migrated several of our Maven jobs to global-jjb project. This patch updates the project to use the global-jjb version of the same jobs. Issue: RELENG-347 Change-Id: I3eeefc13138de7fb3135bf52cb0943937d39fb86 Signed-off-by: Thanh Ha --- jjb/nemo/nemo.yaml | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/jjb/nemo/nemo.yaml b/jjb/nemo/nemo.yaml index ef1b6c17e..34866e5e6 100644 --- a/jjb/nemo/nemo.yaml +++ b/jjb/nemo/nemo.yaml @@ -2,12 +2,10 @@ - project: name: nemo-oxygen jobs: - - '{project-name}-clm-{stream}' - '{project-name}-distribution-check-{stream}' - '{project-name}-integration-{stream}' + - '{project-name}-maven-jobs' - '{project-name}-merge-{stream}' - - '{project-name}-verify-{stream}-{maven}-{jdks}' - - gerrit-maven-verify-dependencies stream: oxygen project: 'nemo' @@ -25,14 +23,16 @@ email-upstream: '[nemo]' archive-artifacts: '' + # Used by the release job + staging-profile-id: a67a9890f6202 + - project: name: nemo-nitrogen jobs: - - '{project-name}-clm-{stream}' - '{project-name}-distribution-check-{stream}' - '{project-name}-integration-{stream}' + - '{project-name}-maven-jobs' - '{project-name}-merge-{stream}' - - '{project-name}-verify-{stream}-{maven}-{jdks}' stream: nitrogen project: 'nemo' @@ -50,14 +50,16 @@ email-upstream: '[nemo]' archive-artifacts: '' + # Used by the release job + staging-profile-id: a67a9890f6202 + - project: name: nemo-carbon jobs: - - '{project-name}-clm-{stream}' - '{project-name}-distribution-check-{stream}' - '{project-name}-integration-{stream}' + - '{project-name}-maven-jobs' - '{project-name}-merge-{stream}' - - '{project-name}-verify-{stream}-{maven}-{jdks}' stream: carbon project: 'nemo' @@ -76,6 +78,9 @@ email-upstream: '[nemo]' archive-artifacts: '' + # Used by the release job + staging-profile-id: a67a9890f6202 + - project: name: nemo-sonar jobs: -- 2.36.6