[JIRA] (JENKINS-37790) abort on pipeline with parallel not succeeding / providing feedback on nodes

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


 
 
 
 

 
 
 

 
   
 Jesse Glick commented on  JENKINS-37790  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: abort on pipeline with parallel not succeeding / providing feedback on nodes   
 

  
 
 
 
 

 
 I think I saw something similar in parallel-test-executor-plugin/demo but did not check if it was reproducible.  
 

  
 
 
 
 

 
 
 

 
 
 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-37790) abort on pipeline with parallel not succeeding / providing feedback on nodes

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


 
 
 
 

 
 
 

 
   
 Jesse Glick updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-37790  
 
 
  abort on pipeline with parallel not succeeding / providing feedback on nodes   
 

  
 
 
 
 

 
Change By: 
 Jesse Glick  
 
 
Component/s: 
 workflow-cps-plugin  
 
 
Component/s: 
 workflow-durable-task-step-plugin  
 
 
Component/s: 
 workflow-basic-steps-plugin  
 
 
Labels: 
 pipeline  
 

  
 
 
 
 

 
 
 

 
 
 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 

[JIRA] (JENKINS-37790) abort on pipeline with parallel not succeeding / providing feedback on nodes

2016-08-29 Thread lkl...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Leah Klearman updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-37790  
 
 
  abort on pipeline with parallel not succeeding / providing feedback on nodes   
 

  
 
 
 
 

 
Change By: 
 Leah Klearman  
 

  
 
 
 
 

 
 Jenkinsfile is creating ~24 sub-jobs and running 5 of them at a time in parallel.Each sub-job is running up to 5 VMs that need to be cleaned up on abort to make room for the next jobs.The only time I have seen abort work on the first click is when all of the jobs are in the queue and none of them are running. Every other time, the console output has given me "Click here to forcibly terminate running steps" and later "Click here to forcibly kill entire build", and if i don't click those links, the job will stick around for days. In this instance, i've created two support bundles, at the times indicated.When I went to manually clean up the VMs, i found that 2 out of 5 of the workspaces had been successfully cleaned up before I got there, but all 5 workspaces look the same from the POV of the console output...they all look like they failed to abort.=Aborted by LeahKlearman...Sending interrupt signal to process..Sending interrupt signal to processSending interrupt signal to processSending interrupt signal to processSending interrupt signal to process[Pipeline] // node[Pipeline] // node[Pipeline] // node[Pipeline] // node[Pipeline] // node[Pipeline] // node[Pipeline] // node[Pipeline] // node[Pipeline] // node[Pipeline] // node[Pipeline] // node[Pipeline] // node[Pipeline] // node[Pipeline] // node[Pipeline] // node[Pipeline] // node[Pipeline] // node [looks like all the queued sub-jobs have been successfully canceled here]   Click here to forcibly terminate running steps[clicked "forcibly terminate running steps" now and created bundle support_2016-08-29_20.44.15]Terminating shTerminating shTerminating shTerminating shTerminating sh[output from one of the jobs]Click here to forcibly kill entire build[clicked "forcibly kill entire build" now and created support_2016-08-29_20.45.14]Hard kill!=  
 

  
 
 
 
 

 
 
 
   

[JIRA] (JENKINS-37790) abort on pipeline with parallel not succeeding / providing feedback on nodes

2016-08-29 Thread lkl...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Leah Klearman created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-37790  
 
 
  abort on pipeline with parallel not succeeding / providing feedback on nodes   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Jesse Glick  
 
 
Attachments: 
 support_2016-08-29_20.44.15-redacted.zip, support_2016-08-29_20.45.14-redacted.zip  
 
 
Components: 
 workflow-basic-steps-plugin  
 
 
Created: 
 2016/Aug/29 9:36 PM  
 
 
Environment: 
 Jenkins 2.7.1, pipeline plugins up to date as of 8/26/16  
 
 
Labels: 
 pipeline  
 
 
Priority: 
  Major  
 
 
Reporter: 
 Leah Klearman  
 

  
 
 
 
 

 
 Jenkinsfile is creating ~24 sub-jobs and running 5 of them at a time in parallel. Each sub-job is running up to 5 VMs that need to be cleaned up on abort to make room for the next jobs. The only time I have seen abort work on the first click is when all of the jobs are in the queue and none of them are running. Every other time, the console output has given me "Click here to forcibly terminate running steps" and later "Click here to forcibly kill entire build", and if i don't click those links, the job will stick around for days.  In this instance, i've created two support bundles, at the times indicated. When I went to manually clean up the VMs, i found that 2 out of 5 of the workspaces had been successfully cleaned up before I got there, but all 5 workspaces look the same from the POV of the console output...they all look like they failed to abort.