From: Dan Mick Date: Tue, 29 Sep 2020 04:09:49 +0000 (+0000) Subject: ceph-dev, ceph-dev-new: copyartifact permission: no spaces X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1669%2Fhead;p=ceph-build.git ceph-dev, ceph-dev-new: copyartifact permission: no spaces I don't see why from examining the plugin source, but it appears that if you use both a comma and a space, the second entry will not be found (as though the space is becoming part of the string for comparison inside the plugin). Stopping fighting and just letting it happen. Signed-off-by: Dan Mick --- diff --git a/ceph-dev-new-setup/config/definitions/ceph-dev-new-setup.yml b/ceph-dev-new-setup/config/definitions/ceph-dev-new-setup.yml index c6eac25df..37ec6670b 100644 --- a/ceph-dev-new-setup/config/definitions/ceph-dev-new-setup.yml +++ b/ceph-dev-new-setup/config/definitions/ceph-dev-new-setup.yml @@ -15,7 +15,7 @@ - github: url: https://github.com/ceph/ceph-ci - copyartifact: - projects: /ceph-dev-new-build, /ceph-dev-new + projects: ceph-dev-new-build,ceph-dev-new parameters: - string: diff --git a/ceph-dev-setup/config/definitions/ceph-dev-setup.yml b/ceph-dev-setup/config/definitions/ceph-dev-setup.yml index b7787e503..dde05fc82 100644 --- a/ceph-dev-setup/config/definitions/ceph-dev-setup.yml +++ b/ceph-dev-setup/config/definitions/ceph-dev-setup.yml @@ -15,7 +15,7 @@ - github: url: https://github.com/ceph/ceph - copyartifact: - projects: /ceph-dev-build, /ceph-dev + projects: ceph-dev-build,ceph-dev parameters: - string: