Skip to content

Commit

Permalink
Add examples of PRs for adding CD to repos (#6556)
Browse files Browse the repository at this point in the history
  • Loading branch information
julieheard authored Jul 24, 2023
1 parent 60adaed commit 269ed84
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions content/doc/developer/publishing/releasing-cd.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ Verify that the plugin has already been link:../../plugin-development/incrementa

NOTE: A new plugin created from the link:https://github.com/jenkinsci/archetypes/[archetypes] will already have this setup.

Here are some PR examples for various plugins to enable CD:

- link:https://github.com/jenkinsci/junit-plugin/pull/395/files[junit]
- link:https://github.com/jenkinsci/kubernetes-plugin/pull/1139/files[kubernetes-plugin]
- link:https://github.com/jenkinsci/plain-credentials-plugin/pull/31/files[plain-credentials-plugin]

=== Enable CD Permissions

Enable the continuous delivery flag in link:https://github.com/jenkins-infra/repository-permissions-updater/[repository permission updater] (RPU) for your plugin by filing a pull request adding to `permissions/plugin-xxx.yml`:
Expand Down

0 comments on commit 269ed84

Please sign in to comment.