From: Trevor Bramwell Date: Tue, 26 Jun 2018 12:42:11 +0000 (-0700) Subject: Restrict RTD Verify and Merge jobs to Releng X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F37%2F59037%2F1;p=releng.git Restrict RTD Verify and Merge jobs to Releng By default the rtd jobs from global-jjb trigger against all projects. Setting 'project-pattern' to releng will restrict it to just the releng project. Change-Id: I9586577e8d83c6bf189eaee9159b1e49726740a5 Signed-off-by: Trevor Bramwell --- diff --git a/jjb/releng/releng-ci-jobs.yaml b/jjb/releng/releng-ci-jobs.yaml index 790bd7eb4..49abd7dd4 100644 --- a/jjb/releng/releng-ci-jobs.yaml +++ b/jjb/releng/releng-ci-jobs.yaml @@ -13,6 +13,7 @@ rtd-build-url: 'https://readthedocs.org/api/v2/webhook/opnfv-releng/38594/' rtd-token: '291c6a0109493b4457e566d06141212452c65784' + project-pattern: 'releng' jobs: - '{project-name}-ci-jobs'