-
Notifications
You must be signed in to change notification settings - Fork 179
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
Override assignBuildNumber
rather than saveNextBuildNumber
#291
Conversation
@Override | ||
protected synchronized void saveNextBuildNumber() { | ||
} | ||
@Override |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ignore WS (tabs).
…nto assignBuildNumber
@centic9 can you please release this? jenkinsci/bom#3912 (comment) (BTW I recommend setting up CD to make this sort of thing be less of a personal effort.) |
Did a release now, but I also orphaned the plugin now, hopefully someone else can take over. |
@centic9 I wonder if it wouldn't be better to rather mark the plugin as deprecated: its functionality is fully covered by the https://github.com/jenkinsci/coverage-plugin. |
Avoids test failures due to (ab)use of EasyMock when running against jenkinsci/jenkins#9846.
I would appreciate a release after merge, to prevent problems in PCT.