[JIRA] (JENKINS-42871) Multibranch pipeline - unable to re-run branch job when there is other running job waiting for user input

2017-03-20 Thread koval....@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jan Koval commented on  JENKINS-42871  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Multibranch pipeline - unable to re-run branch job when there is other running job waiting for user input   
 

  
 
 
 
 

 
 Yes that is the problem. Workaround is to switch to classic view and fire the build.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-42871) Multibranch pipeline - unable to re-run branch job when there is other running job waiting for user input

2017-03-17 Thread koval....@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jan Koval updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-42871  
 
 
  Multibranch pipeline - unable to re-run branch job when there is other running job waiting for user input   
 

  
 
 
 
 

 
Change By: 
 Jan Koval  
 
 
Summary: 
 Multibtranch Multibranch  pipeline - unable to re-run branch job when there is other running job waiting for user input  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-42871) Multibtranch pipeline - unable to re-run branch job when there is other running job waiting for user input

2017-03-17 Thread koval....@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jan Koval created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-42871  
 
 
  Multibtranch pipeline - unable to re-run branch job when there is other running job waiting for user input   
 

  
 
 
 
 

 
Issue Type: 
  Improvement  
 
 
Assignee: 
 Unassigned  
 
 
Attachments: 
 multibranch-blueocean.png, singlebranch-pipeline.png  
 
 
Components: 
 blueocean-plugin  
 
 
Created: 
 2017/Mar/17 7:37 AM  
 
 
Environment: 
 blueocean-plugin-1.0.0-rc1  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Jan Koval  
 

  
 
 
 
 

 
 Unable to re-run branch job when there is other running job from same branch waiting for user input. The use case: Pipe line allows user to vote if branch build shoud be deployed to server. Voting is preformed through input step which pauses running pipeline job. In this case the blueocean does not show run button which fires another pipeline job from same branch. See attachments: multibranch vs single branch pipeline jobs