Update regexp in lf-infra-ship-logs macro 83/63783/2 v0.53.2
authorAnil Belur <abelur@linuxfoundation.org>
Fri, 24 Apr 2020 04:16:21 +0000 (14:16 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Fri, 24 Apr 2020 04:29:21 +0000 (14:29 +1000)
Update regexp in lf-infra-ship-logs macro. This fixes a
regression from update to deploy-logs.sh script in
v0.53.0 causing missing logs links on Jenkins jobs.

https://gerrit.linuxfoundation.org/infra/c/releng/global-jjb/+/63501/4/shell/logs-deploy.sh

Test:
https://jenkins.opendaylight.org/releng/view/builder/job/builder-packer-verify/274

Issue: RELENG-2856
Change-Id: I2fb0bcf9660189172e2c7742a9b43d66e85493ce
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
jjb/lf-macros.yaml
releasenotes/notes/update-deploy-logs-regexp-1aafe644dccc0ff0.yaml [new file with mode: 0644]

index 3d06a08..06f08f4 100644 (file)
@@ -95,7 +95,7 @@
       - shell: !include-raw:
           - ../shell/logs-clear-credentials.sh
       - description-setter:
-          regexp: "^Build logs: .*"
+          regexp: "^Nexus|S3 build logs: .*"
 
 - builder:
     name: lf-infra-package-listing
diff --git a/releasenotes/notes/update-deploy-logs-regexp-1aafe644dccc0ff0.yaml b/releasenotes/notes/update-deploy-logs-regexp-1aafe644dccc0ff0.yaml
new file mode 100644 (file)
index 0000000..94e9386
--- /dev/null
@@ -0,0 +1,9 @@
+---
+issues:
+  - |
+    Update regexp in lf-infra-ship-logs macro. This fixes a regression from
+    update to deploy-logs.sh script in v0.53.0 which causes build logs links to
+    disappear on the Jenkins jobs description setter.
+
+    Tests:
+    https://jenkins.opendaylight.org/releng/view/builder/job/builder-packer-verify/274