Extended jenkins views enforcing by Categorize Views
Change-Id: I92289f8af5f26adff06483426d06bbc76d3acb09
diff --git a/README.rst b/README.rst
index 5e8a6e9..7dc19af 100644
--- a/README.rst
+++ b/README.rst
@@ -485,7 +485,7 @@
my-list-view:
enabled: true
type: ListView
- include_regex: ".\*."
+ include_regex: ".*"
my-view:
# set false to disable
enabled: true
@@ -493,7 +493,25 @@
View specific params:
-- include_regex for ListView
+- include_regex for ListView and CategorizedJobsView
+- categories for CategorizedJobsView
+
+Categorized views
+
+.. code-block:: yaml
+
+ jenkins:
+ client:
+ view:
+ my-categorized-view:
+ enabled: true
+ type: CategorizedJobsView
+ include_regex: ".*"
+ categories:
+ - group_regex: "aptly-.*-nightly-testing"
+ naming_rule: "Nightly -> Testing"
+ - group_regex: "aptly-.*-nightly-production"
+ naming_rule: "Nightly -> Production"
Credentials enforcing from client