Restrict RTD Verify and Merge jobs to Releng 37/59037/1
authorTrevor Bramwell <tbramwell@linuxfoundation.org>
Tue, 26 Jun 2018 12:42:11 +0000 (05:42 -0700)
committerTrevor Bramwell <tbramwell@linuxfoundation.org>
Tue, 26 Jun 2018 12:42:11 +0000 (05:42 -0700)
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 <tbramwell@linuxfoundation.org>
jjb/releng/releng-ci-jobs.yaml

index 790bd7e..49abd7d 100644 (file)
@@ -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'