]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
Fix intermittent error with last copyartifacts change 1667/head
authorDan Mick <dmick@redhat.com>
Fri, 25 Sep 2020 08:04:51 +0000 (08:04 +0000)
committerDan Mick <dmick@redhat.com>
Fri, 25 Sep 2020 08:15:39 +0000 (08:15 +0000)
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 <dmick@redhat.com>
ceph-dev-new-setup/config/definitions/ceph-dev-new-setup.yml
ceph-dev-setup/config/definitions/ceph-dev-setup.yml

index 1667540cb7831a2900ffdda3d98320bc611b9bed..c6eac25dfd0d388550051916ae52b1c18f1af7b6 100644 (file)
@@ -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:
index 54d9a12a509c9ddbf6c77f5ea2ec4a6974203309..b7787e5038454d79e8460b915649304a20b91919 100644 (file)
@@ -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: