diff --git a/README.md b/README.md index 6548f8f5..dcc6ad2e 100644 --- a/README.md +++ b/README.md @@ -244,6 +244,10 @@ Kubernetes users:\ Most plugins should be supported out-of-the-box, or maybe require some minimal changes. See this [dashboard](https://issues.jenkins.io/secure/Dashboard.jspa?selectPageId=18341) for known compatibility issues. +## Adding JCasC support to a plugin + +Plugin developers wanting to support JCasC in their plugin should [check out our how-to guide](docs/PLUGINS.md). + ## Compatibility with Jenkins >= 2.199 for JCasC < 1.36 Jenkins 2.199 introduced [a check to prevent saving global configuration before loading the configuration has occurred](https://github.com/jenkinsci/jenkins/pull/4171). Configurations As Code needs to apply global configuration before Jenkins loads jobs (so they can load and correctly reference any global state) and as such there exists a race condition where by Jenkins may fail to start when used with this plugin.