-
Notifications
You must be signed in to change notification settings - Fork 97
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
[JENKINS-19910] added support for maven metadata plugin #16
Conversation
Jenkins » rebuild-plugin #64 SUCCESS |
Hmm... Pull request contains empty file... |
If you don't need this fix ASAP, you can wait till release of a new version with #17 . Then, you will be able to add rebuild support into your plugin |
What the... Don't know what went wrong here. I'll look into this when I get home.
|
Jenkins » rebuild-plugin #66 SUCCESS |
My bad. Forgot to add the file to the index after I created the branch. Duh. The actual file is added now. Looks like this plugin is more actively maintained than the maven metadata plugin, so I think it's ok to build support into this? |
Agreed. We will merge existing PRs soon |
[JENKINS-19910] added support for maven metadata plugin
@shemeersulaiman and @ikedam |
I don't have commit access to rebuild-plugin. |
We will release the plugin soon |
This pull request adds support for rebuilding projects which uses the maven metadata plugin parameter.
The form includes the same error handling as the original form used by the maven metadata plugin.