From 524438b1df1428e99ad76b7fc78e161098d2c083 Mon Sep 17 00:00:00 2001 From: Clement Verna Date: Feb 26 2018 17:43:29 +0000 Subject: Improve the CI settings docs Make it clear that the token and the notification URL are provided after activation. Signed-off-by: Clement Verna --- diff --git a/pagure/hooks/pagure_ci.py b/pagure/hooks/pagure_ci.py index 6b62bfc..ac1d64c 100644 --- a/pagure/hooks/pagure_ci.py +++ b/pagure/hooks/pagure_ci.py @@ -79,8 +79,8 @@ The URL to be used to POST the results of your build is: {% else %} -Once this plugin has been activated, reload this tab or this page to access -the URL to which your CI service should send its info. +You will have access to the token used by the CI service to trigger the job +and the URL needed to report back the job status in pagure after the plugin activation. {% endif %} """