From 05029bee5ef63a0fa49502131b12a559c3faa547 Mon Sep 17 00:00:00 2001
From: Markos Chandras <mchandras@suse.de>
Date: Mon, 3 Oct 2016 14:38:32 +0100
Subject: jjb: infra: Trigger the Jenkins jobs when the jobs themselves change

Making changes to the Jenkins jobs should trigger the CI to ensure that
our changes did not break anything.

Change-Id: I59e1d45fb82492ff03926cd4273367aca9060c74
Signed-off-by: Markos Chandras <mchandras@suse.de>
---
 jjb/infra/bifrost-verify-jobs.yml | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'jjb/infra')

diff --git a/jjb/infra/bifrost-verify-jobs.yml b/jjb/infra/bifrost-verify-jobs.yml
index b117b32ae..17796a832 100644
--- a/jjb/infra/bifrost-verify-jobs.yml
+++ b/jjb/infra/bifrost-verify-jobs.yml
@@ -173,4 +173,6 @@
                 file-paths:
                   - compare-type: ANT
                     pattern: 'prototypes/bifrost/**'
+                  - compare-type: ANT
+                    pattern: 'jjb/infra/**'
             readable-message: true
-- 
cgit