[JIRA] (JENKINS-38385) Input Steps Outside Block-Scoped Stages Do Not Show Notifications

2016-10-11 Thread svano...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Sam Van Oort updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38385  
 
 
  Input Steps Outside Block-Scoped Stages Do Not Show Notifications   
 

  
 
 
 
 

 
Change By: 
 Sam Van Oort  
 
 
Priority: 
 Minor Major  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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] (JENKINS-38385) Input Steps Outside Block-Scoped Stages Do Not Show Notifications

2016-09-20 Thread svano...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Sam Van Oort created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38385  
 
 
  Input Steps Outside Block-Scoped Stages Do Not Show Notifications   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Sam Van Oort  
 
 
Components: 
 pipeline-stage-view-plugin  
 
 
Created: 
 2016/Sep/20 6:15 PM  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Sam Van Oort  
 

  
 
 
 
 

 
 To reproduce:  

 

stage ('sample') {
  echo 'do something'
}
input 'I am invisible'
 

 Run the above build, you will not see a popup for the input step, because it's not attached to a stage.  To solve this, we need to attach any in-progress input steps from the run to the last stage so notifications are visible.  May require some custom logic in the ChunkVisitor on the atomNode.   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment