From 0cd86dc4929c1145e4d4a5c45d6df9606928280a Mon Sep 17 00:00:00 2001 From: hyderraza18 Date: Mon, 24 Nov 2025 16:53:53 +0530 Subject: [PATCH 1/2] Fix incorrect periodic trigger example in multibranch pipeline JCasC demo (#2731) --- demos/jobs/multibranch-github.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/demos/jobs/multibranch-github.yaml b/demos/jobs/multibranch-github.yaml index 63c107383d..723912219c 100644 --- a/demos/jobs/multibranch-github.yaml +++ b/demos/jobs/multibranch-github.yaml @@ -17,6 +17,8 @@ jobs: } } triggers { - periodic(5) + periodicFolderTrigger { + interval('5') + } } - } + } \ No newline at end of file From 2bb58084db7b11972673fea684e7a4d9ba628fd1 Mon Sep 17 00:00:00 2001 From: hyderraza18 Date: Mon, 24 Nov 2025 17:38:21 +0530 Subject: [PATCH 2/2] Add deprecation note for pre-3.2 matrix-auth JCasC syntax (#2678) --- demos/matrix-auth/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/demos/matrix-auth/README.md b/demos/matrix-auth/README.md index 9d846e0c49..1eb060bc64 100644 --- a/demos/matrix-auth/README.md +++ b/demos/matrix-auth/README.md @@ -1,5 +1,10 @@ # matrix-auth-plugin +> **Note:** Starting from **matrix-auth 3.2**, the older +> `grantedPermissions:` JCasC syntax is **deprecated**. +> The examples below already use the new **`entries:`** format, which should be used going forward. + + Configuration of the [Matrix Authorization Strategy plugin](https://plugins.jenkins.io/matrix-auth) There are a couple of built-in authorizations to consider.