-
Notifications
You must be signed in to change notification settings - Fork 413
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
resolve #232 use DataBoundSetter for optional params #236
Conversation
Seems like a relatively straight forward change. I'll leave this open for review for others to comment. |
pls merge |
@kmadel can you merge this please? I want to drop the built-in support for the Slack plugin in the next release of the Job DSL plugin. Without |
@sheehan can you ask on the Jenkins dev list for commit access to this repo to get this merged? |
This change would be welcome, please consider asking for review or commit access to https://groups.google.com/forum/#!forum/jenkinsci-dev @sheehan, thanks ! 😄 |
I will be happy to merge once the conflict is resolved and there are two thumbs up for a code review. |
rebased |
looks good 👍 |
Any progress on this? Looks a like another rebase is in order @sheehan |
up to date |
I'll review this next week and merge it if nothing is done by then. Currently, other life events have my attn this week. |
I just upgraded my automated scripts for bootstrapping Jenkins configured with slack. https://github.com/samrocketman/jenkins-bootstrap-slack I'm going to test this today and if all checks out I'll merge it. |
Tested and works just fine. |
Thanks for merging this. Are you planning to cut a release anytime soon? |
Yeah, I'm trying to get a few more PRs rebased/merge. However, I'm willing to commit to a release by this coming weekend. |
Thanks for this pull request. I'm not using the Slack plugin, but this helped me understand the exact same issue with another plugin. @daspilker - Is the fact that plugins should use |
@Daniel15 use |
…oundSetter so that Job DSL treats them as optional References jenkinsci/slack-plugin#236
@daspilker - Sure, I understand that now, but is it mentioned in documentation anywhere (either Jenkins docs or Job DSL docs)? 😃 |
@daspilker feel free to subscribe to #296 for release updates. |
Modify SlackNotifier to use
DataBoundSetter
instead of constructor params. This resolves #232.See also https://groups.google.com/forum/#!topic/job-dsl-plugin/JWO7zDuMYVA