From: Anil Belur Date: Fri, 24 Apr 2020 04:16:21 +0000 (+1000) Subject: Update regexp in lf-infra-ship-logs macro X-Git-Tag: v0.53.2^0 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=9e8bc48869a;hp=cde10ac12ac2600c3208634f4722d11b02ff6f74;p=releng%2Fglobal-jjb.git Update regexp in lf-infra-ship-logs macro 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 --- diff --git a/jjb/lf-macros.yaml b/jjb/lf-macros.yaml index 3d06a08c..06f08f44 100644 --- a/jjb/lf-macros.yaml +++ b/jjb/lf-macros.yaml @@ -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 index 00000000..94e93866 --- /dev/null +++ b/releasenotes/notes/update-deploy-logs-regexp-1aafe644dccc0ff0.yaml @@ -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