jenkinsci / add-changes-to-build-changelog-plugin

This plugin was aimed at adding changes to a Jenkins build that didn't come from SCM information. Maybe the changes were calculated outside of Jenkins, but someone wanted to show those changes in the Jenkins UI.
https://plugins.jenkins.io/add-changes-to-build-changelog/
MIT License
2 stars 1 forks source link

Enable CD for plugin release #1

Closed danielomoto closed 1 year ago

danielomoto commented 1 year ago

I accidentally committed the changes to enable CD directly into the main branch here. This pull request just contains a dummy commit to trigger the proper release workflow.

NotMyFault commented 1 year ago

This pull request just contains a dummy commit to trigger the proper release workflow.

The release workflow won't start if there are test failures. These failures will need to be addresses before CD will run.

danielomoto commented 1 year ago

Hi @NotMyFault,

Thanks for checking on the status of the pull request and feedback. Much appreciated!

I was able to get the linux test passing, so I think everything should be green now! Hopefully, everything will go smoothly now!