Update nonrtric jenkins job for ICS 58/7158/2
authorecaiyanlinux <martin.c.yan@est.tech>
Wed, 1 Dec 2021 04:57:16 +0000 (05:57 +0100)
committerecaiyanlinux <martin.c.yan@est.tech>
Wed, 1 Dec 2021 09:01:42 +0000 (10:01 +0100)
change of ECS to ICS

Signed-off-by: ecaiyanlinux <martin.c.yan@est.tech>
Issue-ID: NONRTRIC-625
Change-Id: I982a1b77e661babbb37176e270881395339a7a13

jjb/nonrtric/nonrtric.yaml

index 1b9224a..8ba7d41 100644 (file)
       - dawn:
           branch: dawn
 
-# nonrtric:policy-agent
-# Maven artifacts for nonrtric-policy-agent
+# nonrtric:a1-policy-management-service/
+# Maven artifacts for nonrtric-a1-policy-management-service/
 - project:
     <<: *nonrtric_jdk_common
-    name: nonrtric-policy-agent
+    name: nonrtric-a1-policy-management-service/
     project-name: '{name}'
     mvn-opts: '-Ddocker.skip=true'
-    mvn-params: '-f policy-agent'
+    mvn-params: '-f a1-policy-management-service/'
     gerrit_trigger_file_paths:
       - compare-type: REG_EXP
-        pattern: 'policy-agent/.*'
+        pattern: 'a1-policy-management-service/.*'
     build-node: ubuntu1804-builder-4c-4g
     jobs:
       - gerrit-maven-verify
       - dawn:
           branch: dawn
 
-# nonrtric:enrichment-coordinator-service
-# Maven artifacts for nonrtric-enrichment-coordinator-service
+# nonrtric:information-coordinator-service
+# Maven artifacts for nonrtric-information-coordinator-service
 - project:
     <<: *nonrtric_jdk_common
-    name: nonrtric-enrichment-coordinator-service
+    name: nonrtric-information-coordinator-service
     project-name: '{name}'
     mvn-opts: '-Ddocker.skip=true'
-    mvn-params: '-f enrichment-coordinator-service'
+    mvn-params: '-f information-coordinator-service'
     gerrit_trigger_file_paths:
       - compare-type: REG_EXP
-        pattern: 'enrichment-coordinator-service/.*'
+        pattern: 'information-coordinator-service/.*'
     build-node: ubuntu1804-builder-4c-4g
     jobs:
       - gerrit-maven-verify