Refactor!: Update JJB code to comply with 5.x
[ci-management.git] / jjb / nonrtric / nonrtric.yaml
index f1769e0..6f02f6d 100644 (file)
@@ -13,7 +13,7 @@
     jobs:
       - gerrit-info-yaml-verify
 
-- nonrtric_jdk_common: &nonrtric_jdk_common
+- _nonrtric_jdk_common: &nonrtric_jdk_common
     name: nonrtric-jdk-common
     # git repo
     project: nonrtric
     mvn-version: mvn36
     java-version: openjdk17
 
-# 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
     sonar-project-file: ""
     java-version: openjdk11
     # use sonarcloud values from defaults.yaml
-    sonar-properties: !include-raw: sonar-project.properties
+    sonar-properties: !include-raw-escape: sonar-project.properties
     jobs:
       - gerrit-sonar-prescan-script