From: JohnKeeney Date: Mon, 8 Sep 2025 11:40:28 +0000 (+0100) Subject: NONRTRIC - InformationCoordinatorService - Allow release from older branch for bug... X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=HEAD;p=ci-management.git NONRTRIC - InformationCoordinatorService - Allow release from older branch for bug-fix release Issue-ID: NONRTRIC-1095 Change-Id: I575f0907060bd2261fa7e698a536f3257afddc33 Signed-off-by: JohnKeeney --- diff --git a/jjb/nonrtric-plt-informationcoordinatorservice/nonrtric-plt-informationcoordinatorservice.yaml b/jjb/nonrtric-plt-informationcoordinatorservice/nonrtric-plt-informationcoordinatorservice.yaml index 51941887..a423b750 100644 --- a/jjb/nonrtric-plt-informationcoordinatorservice/nonrtric-plt-informationcoordinatorservice.yaml +++ b/jjb/nonrtric-plt-informationcoordinatorservice/nonrtric-plt-informationcoordinatorservice.yaml @@ -63,6 +63,13 @@ build-node: centos7-docker-2c-8g jobs: - "{project-name}-gerrit-release-jobs" + stream: + - master: + branch: master + - i-release: + branch: i-release + - j-release: + branch: j-release - project: <<: *informationcoordinatorservice_jdk_common @@ -71,7 +78,6 @@ # template goal install builds docker image unnecessarily mvn-params: "-Ddocker.skip=true" sonarcloud: true - mvn-version: mvn39 sonarcloud-api-token: "{sonarcloud_api_token}" sonarcloud-project-key: "nonrtric-plt-informationcoordinatorservice" sonarcloud-project-organization: "{sonarcloud_project_organization}"