Fix project-pattern for docs job 57/49157/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 8 Dec 2016 17:28:45 +0000 (12:28 -0500)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 8 Dec 2016 17:28:45 +0000 (12:28 -0500)
The project pattern for the docs verify job should be ** for Gerrit
Trigger as this job watches all projects for changes to "docs/"
directory.

This fixes a regression introduced by
I8fda86326af7628e0c385f9a7cb2d2aed1caf881

Change-Id: I531a65e6bad0f2aac7d9a90c4fa1f9398e0e7747
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
jjb/docs/docs-rtd.yaml

index 97f787e1610b617f7ccae882621d51ccc926813f..9a24a8e4f94138b325487c2b0ccc8a83917a808c 100644 (file)
@@ -92,7 +92,7 @@
     triggers:
         - gerrit-trigger-patch-submitted:
             server: '{server-name}'
-            project: '{project}'
+            project: '**'
             branch: '{branch}'
             files: 'docs/**/*.rst'
         - timed: 'H H * * *'