[JIRA] (JENKINS-41015) Cannot abort input step anymore in Console Output

2019-07-11 Thread ganeshprasa...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Ganesh Murthy commented on  JENKINS-41015  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Cannot abort input step anymore in Console Output   
 

  
 
 
 
 

 
 I am able to reproduce this issue with pipeline-input-step 2.10 and pipeline 2.6.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
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.177747.1484199372000.8272.1562881740224%40Atlassian.JIRA.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-41015) Cannot abort input step anymore in Console Output

2018-02-23 Thread andrew.ba...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Andrew Bayer commented on  JENKINS-41015  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Cannot abort input step anymore in Console Output   
 

  
 
 
 
 

 
 Seems to be working for me with pipeline-input-step 2.8 and core 2.89.3.  
 

  
 
 
 
 

 
 
 

 
 
 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-41015) Cannot abort input step anymore in Console Output

2018-02-23 Thread andrew.ba...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Andrew Bayer updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-41015  
 
 
  Cannot abort input step anymore in Console Output   
 

  
 
 
 
 

 
Change By: 
 Andrew Bayer  
 
 
Component/s: 
 pipeline-input-step-plugin  
 
 
Component/s: 
 pipeline  
 

  
 
 
 
 

 
 
 

 
 
 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-41015) Cannot abort input step anymore in Console Output

2017-01-11 Thread ty...@monkeypox.org (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 R. Tyler Croy created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-41015  
 
 
  Cannot abort input step anymore in Console Output   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 CloudBees Inc.  
 
 
Attachments: 
 Selection_043.png  
 
 
Components: 
 pipeline  
 
 
Created: 
 2017/Jan/12 5:36 AM  
 
 
Priority: 
  Major  
 
 
Reporter: 
 R. Tyler Croy  
 

  
 
 
 
 

 
 With a recent upgrade of plugins I can no longer abort Pipelines waiting on an input step. See the attached screenshot, but basically hitting the Abort link hits a 404 endpoint. The screenshot was after a resumed Pipeline, but I can also reproduce this with a simple input step, e.g.: 

 

node {
  stage('Build') { sh 'echo "Hi"' }
  stage('Deploy') {
input message: 'Deploy?', ok: 'Ship It!'
  }
}
 

  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment