Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions demos/jobs/multibranch-github.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
}
}
triggers {
periodic(5)
periodicFolderTrigger {
interval('5')
}
}
}
}
5 changes: 5 additions & 0 deletions demos/matrix-auth/README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
Loading