From a458cfd49ad0bf3f921adb90dbae09f795c00d2f Mon Sep 17 00:00:00 2001 From: JohnKeeney Date: Wed, 22 Feb 2023 12:52:17 +0000 Subject: [PATCH] NONRTRIC add jenkins jobs for pmlogger in nonrtric/pmlog Change-Id: I0f10c06f3904d7c333ebad31a0ceb227d5852d21 Signed-off-by: JohnKeeney Issue-ID: NONRTRIC-839 --- jjb/nonrtric/nonrtric.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/jjb/nonrtric/nonrtric.yaml b/jjb/nonrtric/nonrtric.yaml index 46f31bcd..f350d35f 100644 --- a/jjb/nonrtric/nonrtric.yaml +++ b/jjb/nonrtric/nonrtric.yaml @@ -24,6 +24,27 @@ mvn-version: mvn36 java-version: openjdk11 +# nonrtric:pm-pmlogger-influx +# Maven artifacts for nonrtric:pm-pmlogger-influx +- project: + <<: *nonrtric_jdk_common + name: nonrtric-plt-pm-pmlogger-influx + project-name: '{name}' + mvn-opts: '-Ddocker.skip=true' + mvn-params: '-f pmlog -Dbuild.number=${{BUILD_NUMBER}}' + gerrit_trigger_file_paths: + - compare-type: REG_EXP + pattern: 'pmlog/.*' + build-node: ubuntu1804-builder-4c-4g + jobs: + - gerrit-maven-verify + - gerrit-maven-merge + # Disable stage for now (Will move to another repo before release) - gerrit-maven-stage + # Disable clm for now (Will move to another repo before release) - gerrit-maven-clm + stream: + - master: + branch: master + - project: <<: *nonrtric_jdk_common name: nonrtric-test-kafka-procon -- 2.16.6