diff options
author | Markos Chandras <mchandras@suse.de> | 2016-10-03 14:38:32 +0100 |
---|---|---|
committer | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2016-10-03 16:49:42 +0000 |
commit | 05029bee5ef63a0fa49502131b12a559c3faa547 (patch) | |
tree | cb222e955b8ad8d9a6e3ceb343221a83d28f70f1 /jjb/infra | |
parent | 5a0774094b10456a6989c86b13e20e0c0dfe204f (diff) |
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>
Diffstat (limited to 'jjb/infra')
-rw-r--r-- | jjb/infra/bifrost-verify-jobs.yml | 2 |
1 files changed, 2 insertions, 0 deletions
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 |