Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add examples of PRs for adding CD to repos #6556

Merged
merged 1 commit into from
Jul 24, 2023
Merged
Changes from all 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: 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