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

[WIP] [JENKINS-46790] Expose a RecipientProvider for ownership #76

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

v1v
Copy link
Member

@v1v v1v commented Oct 29, 2018

See JENKINS-46790

NOTE: This is just a quite basic implementation, copy/paste based with some minor tweaks, without any UTs. Just implemented with the purpose to expose the current implementation and get some early feedback whether it's a good approach and even without any manual yet!

Highlights:

  • Bump token-macro to be able to use email-ext
  • Add struct dependency to support the Symbol annotation.
  • Use the primary owner email

Questions:

  • email-ext UTs uses PowerMock while this plugin uses the JenkinsRule framework, what's the best approach to add some test coverage?
  • I'd rather consider to use the primary owner and in the future to expose the co-owners recipient list. What do you think?

*
* @author Victor Martinez
*/
@Extension(optional = true)
Copy link
Member

Choose a reason for hiding this comment

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

Why do you put it on both class and descriptor?

@oleg-nenashev
Copy link
Member

@v1v Hi. Are you still interested in it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants