From 4d6ed41749a2e280c3ba438a55ea1e1bf92d1ce9 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Sun, 10 Jun 2018 00:38:30 -0400 Subject: [PATCH 1/1] Add CSS and HTML to rtd build pattern Ensure we build the docs when CSS / HTML is modified as well as docs can contain those file types. Change-Id: Idc779739d61dd3c3a10860298561b1f3d838ad85 Signed-off-by: Thanh Ha --- jjb/lf-rtd-jobs.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/jjb/lf-rtd-jobs.yaml b/jjb/lf-rtd-jobs.yaml index 2b7ae8a7..aecba2a3 100644 --- a/jjb/lf-rtd-jobs.yaml +++ b/jjb/lf-rtd-jobs.yaml @@ -25,6 +25,10 @@ ###################### gerrit_trigger_file_paths: + - compare-type: ANT + pattern: '**/*.css' + - compare-type: ANT + pattern: '**/*.html' - compare-type: ANT pattern: '**/*.rst' - compare-type: ANT -- 2.16.6