From f2fd82be96eeb66bd7e4f9e823e574ec805b1a25 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Wed, 31 Aug 2016 16:46:32 +0200 Subject: [PATCH] Adjust pagure's config to add CI integration w/ jenkins --- roles/pagure/frontend/templates/pagure.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/pagure/frontend/templates/pagure.cfg b/roles/pagure/frontend/templates/pagure.cfg index a047b9ce3a..6e552033e3 100644 --- a/roles/pagure/frontend/templates/pagure.cfg +++ b/roles/pagure/frontend/templates/pagure.cfg @@ -204,3 +204,5 @@ SSH_KEYS = { # was running since before version 1.3 and if you care about backward # compatibility in your URLs. OLD_VIEW_COMMIT_ENABLED = True + +PAGURE_CI_SERVICES=['jenkins']