[JIRA] [buildtriggerbadge-plugin] (JENKINS-32299) Use avatar icon for user triggered builds

2016-01-30 Thread jenk...@mockies.de (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Vogtländer commented on  JENKINS-32299 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Use avatar icon for user triggered builds  
 
 
 
 
 
 
 
 
 
 
Yes, I'm using the Avatar plug-in. Sorry for omitting this info (I simply forgot that the Avatar is provided by a plug-in and thought it was implemented in Jenkins core). Using UserInfo.avatar should work. Or should I file a new feature request against the Avatar plug-in to implement the buildtriggerbadge extension point? 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [buildtriggerbadge-plugin] (JENKINS-32299) Use avatar icon for user triggered builds

2016-01-30 Thread jenk...@mockies.de (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Vogtländer updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-32299 
 
 
 
  Use avatar icon for user triggered builds  
 
 
 
 
 
 
 
 
 

Change By:
 
 Christoph Vogtländer 
 
 
 

Attachment:
 
 screenshot-1.png 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [buildtriggerbadge-plugin] (JENKINS-32299) Use avatar icon for user triggered builds

2016-01-30 Thread jenk...@mockies.de (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Vogtländer commented on  JENKINS-32299 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Use avatar icon for user triggered builds  
 
 
 
 
 
 
 
 
 
 
Btw, currently I'm using the groovy post build plug-in to add a avatar badge to CI builds. See attached screenshot (the build is actually triggered by a scm change, I'm evaluating the changeset to show the avatar badge of every user that contributed code to that build)  
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [buildtriggerbadge-plugin] (JENKINS-32299) Use avatar icon for user triggered builds

2016-01-30 Thread bat...@batmat.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Baptiste Mathus commented on  JENKINS-32299 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Use avatar icon for user triggered builds  
 
 
 
 
 
 
 
 
 
 
Hi, Just had a look at it, and though I like the idea, I'm not sure how to implement it. Because actually, there don't seem to be any standard way to get an avatar in Jenkins. 
Do you have avatars in your Jenkins installations? If so, could you please show some screenshots + ideally the additional plugins you installed to do that?  
Because the solution might also be to put that addition in that plugin since I made the buildtriggerbadge extensible some months ago through an extension point. 
Thanks for the feedback! 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [buildtriggerbadge-plugin] (JENKINS-32299) Use avatar icon for user triggered builds

2016-01-30 Thread bat...@batmat.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Baptiste Mathus commented on  JENKINS-32299 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Use avatar icon for user triggered builds  
 
 
 
 
 
 
 
 
 
 
Christoph Vogtländer OK, I think I finallly found the right way to do it with https://github.com/jenkinsci/jenkins/blob/master/core/src/main/java/hudson/model/View.java#L810  
But I'd really be more content (so that it's confirmed I'm not in the dark) if you could confirm you're indeed using the Avatar Plugin (https://wiki.jenkins-ci.org/display/JENKINS/Avatar+Plugin) or a custom/internal one, since this plugin seems to be the only to ever have implemented that extension point. 
Thanks! 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [buildtriggerbadge-plugin] (JENKINS-32299) Use avatar icon for user triggered builds

2016-01-06 Thread jenk...@mockies.de (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Vogtländer updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-32299 
 
 
 
  Use avatar icon for user triggered builds  
 
 
 
 
 
 
 
 
 

Change By:
 
 Christoph Vogtländer 
 
 
 

Summary:
 
 Use  favicon  avatar icon  for user triggered builds 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [buildtriggerbadge-plugin] (JENKINS-32299) Use avatar icon for user triggered builds

2016-01-06 Thread jenk...@mockies.de (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Vogtländer updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-32299 
 
 
 
  Use avatar icon for user triggered builds  
 
 
 
 
 
 
 
 
 

Change By:
 
 Christoph Vogtländer 
 
 
 
 
 
 
 
 
 
 IMHO it would be nice to be able to display the  favicon  avatar  (if available) instead of the "general" user icon for user triggered builds  
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.