From bb8e7f8d16895dc1c11d58b60b981e10f5762da3 Mon Sep 17 00:00:00 2001 From: Ernesto Puerta Date: Fri, 11 Jun 2021 13:41:26 +0200 Subject: [PATCH] pr-api: trigger on feature branches While other Jenkins jobs don't filter by specific branches, the API tests do, so we need to support 'feature-*' branch syntax. Signed-off-by: Ernesto Puerta --- ceph-pr-api/config/definitions/ceph-pr-api.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ceph-pr-api/config/definitions/ceph-pr-api.yml b/ceph-pr-api/config/definitions/ceph-pr-api.yml index 055a2c4d..16245c6e 100644 --- a/ceph-pr-api/config/definitions/ceph-pr-api.yml +++ b/ceph-pr-api/config/definitions/ceph-pr-api.yml @@ -39,6 +39,7 @@ - pacific - octopus - nautilus + - "feature-.*" trigger-phrase: 'jenkins test api' skip-build-phrase: '^jenkins do not test.*' only-trigger-phrase: false -- 2.39.5