From 4c60ff5151d22a36913ed46c67104c526e05d652 Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Tue, 28 May 2019 12:47:01 -0400 Subject: Update policy to include dublin branchs Dublin branches created, need to update jobs to work with those branches. Removing trailing branch: master to ensure the correct branch is used for each csit. Issue-ID: POLICY-1747 Change-Id: I75dec37e0a49ae0c1bde95ffc6f56b7a8cf3fdb4 Signed-off-by: Pamela Dragosh --- jjb/policy/policy-parent.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'jjb/policy/policy-parent.yaml') diff --git a/jjb/policy/policy-parent.yaml b/jjb/policy/policy-parent.yaml index 22c1edf17..6c35fe63d 100644 --- a/jjb/policy/policy-parent.yaml +++ b/jjb/policy/policy-parent.yaml @@ -6,7 +6,7 @@ - '{project-name}-{stream}-verify-java' - '{project-name}-{stream}-merge-java' - '{project-name}-{stream}-release-version-java-daily': - disabled: false + disabled: true project: 'policy/parent' stream: @@ -18,18 +18,18 @@ build-node: ubuntu1604-builder-4c-4g - project: - name: policy-parent-casablanca - project-name: 'policy-parent-casablanca' + name: policy-parent-dublin + project-name: 'policy-parent-dublin' jobs: - '{project-name}-{stream}-verify-java' - '{project-name}-{stream}-merge-java' - '{project-name}-{stream}-release-version-java-daily': - disabled: true + disabled: false project: 'policy/parent' stream: - - 'casablanca': - branch: 'casablanca' + - 'dublin': + branch: 'dublin' mvn-settings: 'policy-parent-settings' files: '**' archive-artifacts: '' -- cgit 1.2.3-korg