From dc976bdd8d843beb9003a991f3d7a874524f7780 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Tue, 31 Oct 2017 12:12:40 -0400 Subject: [PATCH] Migrate daexim 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: I4bb33eed862e739985ecf0519c5acea153489d1b Signed-off-by: Thanh Ha --- jjb/daexim/daexim.yaml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/jjb/daexim/daexim.yaml b/jjb/daexim/daexim.yaml index 1a4b42b91e..ba6c34e3c0 100644 --- a/jjb/daexim/daexim.yaml +++ b/jjb/daexim/daexim.yaml @@ -2,12 +2,10 @@ - project: name: daexim-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 project: 'daexim' project-name: 'daexim' @@ -25,14 +23,16 @@ email-upstream: '[daexim] [odlparent] [yangtools] [controller]' archive-artifacts: '' + # Used by the release job + staging-profile-id: 96e4dade34bd7 + - project: name: daexim-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}' project: 'daexim' project-name: 'daexim' @@ -50,6 +50,9 @@ email-upstream: '[daexim] [odlparent] [yangtools] [controller]' archive-artifacts: '' + # Used by the release job + staging-profile-id: 96e4dade34bd7 + - project: name: daexim-sonar jobs: -- 2.36.6