Handle multiple search extension passed by JJB 60/15660/1 v0.37.4
authorAnil Belur <abelur@linuxfoundation.org>
Mon, 13 May 2019 09:05:24 +0000 (19:05 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Tue, 14 May 2019 00:28:58 +0000 (10:28 +1000)
commitb20fe1623e4297dcdbc8fdd7c690c4e1cee6a005
treed01b10f95ec9ff4f22ce86f06ce9d8117777aef1
parent107653e3984456a58888a62a321253b77124e836
Handle multiple search extension passed by JJB

`lftools deploy archives` implementation supports '-p|--pattern'
as a multi-value option and does not support processing
multi-values as a single string.

Handle multiple search extension / patterns passed by upstream
${ARCHIVE_ARTIFACTS} param as a single string by spliting these values
before being passed to `lftools deploy archive`.

Issue: RELENG-2013
Change-Id: I68130666555ed6bcc25c3173997cd46412766787
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
releasenotes/notes/handle-multi-search-extensions-47a88a33ae39456f.yaml [new file with mode: 0644]
shell/logs-deploy.sh