From 06083cdd2bd5171c885fc95f733b3cd7a206de0c Mon Sep 17 00:00:00 2001 From: Dan Mick Date: Tue, 29 Sep 2020 04:09:49 +0000 Subject: [PATCH] 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 --- ceph-dev-new-setup/config/definitions/ceph-dev-new-setup.yml | 2 +- ceph-dev-setup/config/definitions/ceph-dev-setup.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 c6eac25d..37ec6670 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 b7787e50..dde05fc8 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: -- 2.39.5