[JIRA] (JENKINS-59398) blueocean header should show who replayed a job run

2019-09-16 Thread jsoref+jenk...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Josh Soref commented on  JENKINS-59398  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: blueocean header should show who replayed a job run   
 

  
 
 
 
 

 
 I can see a couple of ways to do this: 
 
as in PR#323, changing the ReplayCause to report the user directly – there's a slight risk of showing the same information more than once. 
changing all clients of ReplayCause to do the same work – lots of consumers are stuck reinventing some code. 
changing blueocean to report (and try to flatten) all of the causes into this field – I don't think this will be particularly pretty (which is probably why it wasn't done already). 
 I don't really care which way it's implemented, I'd just like to see the information I need when I'm looking at blueocean.    
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.201955.1568664348000.4708.1568671740055%40Atlassian.JIRA.


[JIRA] (JENKINS-59398) blueocean header should show who replayed a job run

2019-09-16 Thread jsoref+jenk...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Josh Soref assigned an issue to Josh Soref  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-59398  
 
 
  blueocean header should show who replayed a job run   
 

  
 
 
 
 

 
Change By: 
 Josh Soref  
 
 
Assignee: 
 Josh Soref  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.201955.1568664348000.4707.1568671440069%40Atlassian.JIRA.


[JIRA] (JENKINS-59398) blueocean header should show who replayed a job run

2019-09-16 Thread jsoref+jenk...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Josh Soref created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-59398  
 
 
  blueocean header should show who replayed a job run   
 

  
 
 
 
 

 
Issue Type: 
  Improvement  
 
 
Assignee: 
 Unassigned  
 
 
Attachments: 
 image-2019-09-16-15-59-46-428.png, image-2019-09-16-16-00-21-900.png  
 
 
Components: 
 blueocean-plugin, workflow-cps-plugin  
 
 
Created: 
 2019-09-16 20:05  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Josh Soref  
 

  
 
 
 
 

 
 I can look at a job header (e.g. /blue/organizations/.../detail/master/102/pipeline) and see this:  If I click:   I'm taken to /job/.../master/102 Which shows "Started by user" (core/src/main/resources/hudson/model/Cause/UserCause/description.properties: started_by_user) Note: I don't really need this for "push event to branch" as that is the reason. This appears to be: https://github.com/jenkinsci/workflow-cps-plugin/blob/9b768a42f60cc3389031646c24927fa062d444e1/src/main/resources/org/jenkinsci/plugins/workflow/cps/replay/Messages.properties#L4  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment