From: Dan Mick Date: Fri, 25 Sep 2020 08:04:51 +0000 (+0000) Subject: Fix intermittent error with last copyartifacts change X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1667%2Fhead;p=ceph-build.git Fix intermittent error with last copyartifacts change Apparently, sometimes, Jenkins can't find a toplevel job by "name", and one must specify an "absolute path" to the job by prefixing "/". This was causing ceph-dev builds to fail to find ceph-dev-setup, but changing to /ceph-dev-setup fixed the failure-to-find. It didn't affect ceph-dev-new. I've no idea why it affected one and not the other. 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 1667540cb..c6eac25df 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 54d9a12a5..b7787e503 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: