Chore: Update global-jjb to latest v0.91.3 39/110739/3
authorAnil Belur <abelur@linuxfoundation.org>
Thu, 14 Mar 2024 21:40:54 +0000 (07:40 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Thu, 14 Mar 2024 21:49:19 +0000 (07:49 +1000)
Using YAML multiline '>-' introduces spaces between lines that causes
JJB updates to fail when the job exists on Jenkins. Therefore as
workaround use double-quoted string with newline escape.

Using '>-' introduces space that causes consecutive JJB updates
to fail with the same 500 internal error.

Issue: LF-JIRA RELENG-5118
Change-Id: I0c61cd90025d2ad9beae198d6164605b36c96dbb
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
global-jjb
jjb/integration/distribution/distribution-templates.yaml
jjb/releng-templates-java.yaml

index 8901fe0bee2fecb6b32accffd9f952d46da59a38..b9d610a9e522d71a89d2daeb6f71b2bc2a71cdf7 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 8901fe0bee2fecb6b32accffd9f952d46da59a38
+Subproject commit b9d610a9e522d71a89d2daeb6f71b2bc2a71cdf7
index ad36d4702487f553cc04a8dc519f762c66ae9e7e..0e07dfde49ac4c2eddf8affc5b93eaef3842a058 100644 (file)
     name: "distribution-verify-{type}-{stream}"
 
     disable-job: "false"
-    jacoco-exclude-pattern: >-
-      **/gen/**,
-      **/generated-sources/**,
-      **/yang-gen**,
-      **/pax/**
+    jacoco-exclude-pattern: "**/gen/**,\
+      **/generated-sources/**,\
+      **/yang-gen**,\
+      **/pax/**"
 
     project-type: freestyle
     node: centos8-builder-8c-8g
     #     https://issues.apache.org/jira/browse/MNG-5666
 
     disable-job: false
-    jacoco-exclude-pattern: >-
-      **/gen/**,
-      **/generated-sources/**,
-      **/yang-gen**,
-      **/pax/**
+    jacoco-exclude-pattern: "**/gen/**,\
+      **/generated-sources/**,\
+      **/yang-gen**,\
+      **/pax/**"
 
     project-type: maven
     node: "centos8-builder-8c-8g"
index 6e97e4584971d72831c110d9909c73f7cb833471..046b7ff747082c7d3d1f3cb8fc56f4079998d4e7 100644 (file)
       **/target/surefire-reports/*-output.txt
     mvn-goals: clean install
     disable-job: false
-    jacoco-exclude-pattern: >-
-      **/gen/**,
-      **/generated-sources/**,
-      **/yang-gen**,
-      **/pax/**
+    jacoco-exclude-pattern: "**/gen/**,\
+      **/generated-sources/**,\
+      **/yang-gen**,\
+      **/pax/**"
 
     #####################
     # Job Configuration #
     # Default parameters #
     ######################
     disable-job: "false"
-    jacoco-exclude-pattern: >-
-      **/gen/**,
-      **/generated-sources/**,
-      **/yang-gen**,
-      **/pax/**
+    jacoco-exclude-pattern: "**/gen/**,\
+      **/generated-sources/**,\
+      **/yang-gen**,\
+      **/pax/**"
 
     archive-artifacts: >
       **/*.log