[JIRA] (JENKINS-49562) In a sequential pipeline sometimes the job is executed simultaneously in the master and in an agent

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


 
 
 
 

 
 
 

 
   
 Andrew Bayer commented on  JENKINS-49562  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: In a sequential pipeline sometimes the job is executed simultaneously in the master and in an agent   
 

  
 
 
 
 

 
 My first guess here is a race condition - the flyweight executor on the master hasn't vanished from the visualization yet by the time you've entered the next stage with an actual agent. The other possibility is that checkpoint is still executing asynchronously?  
 

  
 
 
 
 

 
 
 

 
 
 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-49562) In a sequential pipeline sometimes the job is executed simultaneously in the master and in an agent

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


 
 
 
 

 
 
 

 
   
 Andrew Bayer updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-49562  
 
 
  In a sequential pipeline sometimes the job is executed simultaneously in the master and in an agent   
 

  
 
 
 
 

 
Change By: 
 Andrew Bayer  
 
 
Component/s: 
 workflow-durable-task-step-plugin  
 
 
Component/s: 
 workflow-cps-plugin  
 

  
 
 
 
 

 
 
 

 
 
 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-49562) In a sequential pipeline sometimes the job is executed simultaneously in the master and in an agent

2018-02-14 Thread jraez...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Javier Raez created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-49562  
 
 
  In a sequential pipeline sometimes the job is executed simultaneously in the master and in an agent   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Attachments: 
 JenkinsfileTest  
 
 
Components: 
 workflow-cps-plugin  
 
 
Created: 
 2018-02-14 19:38  
 
 
Environment: 
 CloudBees Jenkins Enterprise 2.89.3.4-rolling   workflow-aggregator:2.5 'Pipeline'  workflow-api:2.24 (update available) 'Pipeline: API'  workflow-basic-steps:2.6 'Pipeline: Basic Steps'  workflow-cps:2.41 (update available) 'Pipeline: Groovy'  workflow-cps-checkpoint:2.4 'CloudBees Pipeline: Groovy Checkpoint Plugin'  workflow-cps-global-lib:2.9 'Pipeline: Shared Groovy Libraries'  workflow-durable-task-step:2.17 (update available) 'Pipeline: Nodes and Processes'  workflow-job:2.16 (update available) 'Pipeline: Job'  workflow-multibranch:2.16 (update available) 'Pipeline: Multibranch'  workflow-scm-step:2.6 'Pipeline: SCM Step'  workflow-step-api:2.14 'Pipeline: Step API'  workflow-support:2.16 (update available) 'Pipeline: Supporting APIs'  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Javier Raez  
 

  
 
 
 
 

 
 I have created a test script "JenkinsfileTest" that use "agent none" as global configuration and a specific agent. The pipeline only has some checkouts, sleep, and a "sh echo 'hello'". No parallel execution or something similar. When you execute that script sometimes in the Build executor status appears that the job is executed in the master and in the agent at the same time. Unable to render embedded object: File (Screen Shot 2018-02-14 at 19.50.38.png?default=false) not found.