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

Enable continuous delivery #366

Merged
merged 3 commits into from
Nov 22, 2023

Conversation

MarkEWaite
Copy link
Contributor

Enable continuous delivery

Switch from individual plugin releases to use continuous delivery so that each time a bug fix or an enhancement is merged, a new release will be delivered.

https://www.jenkins.io/doc/developer/publishing/releasing-cd/

Testing done

Reviewed the instructions and confirmed that I've completed each of the steps.

Submitter checklist

  • Make sure you are opening from a topic/feature/bugfix branch (right side) and not your main branch!
  • Ensure that the pull request title represents the desired changelog entry
  • Please describe what you did
  • Link to relevant issues in GitHub or Jira
  • Link to relevant pull requests, esp. upstream and downstream changes
  • Ensure you have provided tests - that demonstrates feature works or fixes the issue

Switch from individual plugin releases to use continuous delivery so
that each time a bug fix or an enhancement is merged, a new release will
be delivered.

https://www.jenkins.io/doc/developer/publishing/releasing-cd/
@MarkEWaite MarkEWaite requested a review from a team as a code owner November 22, 2023 12:48
MarkEWaite added a commit to MarkEWaite/repository-permissions-updater that referenced this pull request Nov 22, 2023
jenkinsci/parameterized-trigger-plugin#366 is
the pull request to enable continuous delivery in the parameterized
trigger plugin.

I performed the previous release manually and would rather have the
simplification of automated releases since we now have a pending bug
fix pull request and a pending enhancement.

Bug fix:

* jenkinsci/parameterized-trigger-plugin#357

Enhancement:

* jenkinsci/parameterized-trigger-plugin#363

I'm not a user of the plugin, so I want to simplfy my contributions to
the plugin so that they will be released automatically.
Copy link
Contributor

@gounthar gounthar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, Mark, that will prove useful. 👍

@gounthar gounthar merged commit 665fcf2 into jenkinsci:master Nov 22, 2023
14 checks passed
@MarkEWaite MarkEWaite deleted the enable-continuous-delivery branch November 22, 2023 14:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants