[JIRA] (JENKINS-53359) job-dsl has deprecated concurrentBuild() on pipeline jobs

2020-03-11 Thread m...@daniel-spilker.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Daniel Spilker updated  JENKINS-53359  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-53359  
 
 
  job-dsl has deprecated concurrentBuild() on pipeline jobs   
 

  
 
 
 
 

 
Change By: 
 Daniel Spilker  
 
 
Status: 
 Fixed but Unreleased Closed  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

  
 

  
 

   





-- 
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.193443.1535667966000.5466.1583933460837%40Atlassian.JIRA.


[JIRA] (JENKINS-53359) job-dsl has deprecated concurrentBuild() on pipeline jobs

2019-03-22 Thread m...@daniel-spilker.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Daniel Spilker updated  JENKINS-53359  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-53359  
 
 
  job-dsl has deprecated concurrentBuild() on pipeline jobs   
 

  
 
 
 
 

 
Change By: 
 Daniel Spilker  
 
 
Status: 
 Open Fixed but Unreleased  
 
 
Resolution: 
 Fixed  
 
 
Released As: 
 Job DSL 1.71  
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-53359) job-dsl has deprecated concurrentBuild() on pipeline jobs

2018-11-05 Thread kl...@schniedergers.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Klaus Schniedergers commented on  JENKINS-53359  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: job-dsl has deprecated concurrentBuild() on pipeline jobs   
 

  
 
 
 
 

 
 Thanks, that seems to work, Grigor Lechev.  
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-53359) job-dsl has deprecated concurrentBuild() on pipeline jobs

2018-11-05 Thread mooncros...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Grigor Lechev commented on  JENKINS-53359  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: job-dsl has deprecated concurrentBuild() on pipeline jobs   
 

  
 
 
 
 

 
 I believe this is the new correct way to do it: 

 

pipelineJob("name") {
properties {
disableConcurrentBuilds()
}
...
 

  
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-53359) job-dsl has deprecated concurrentBuild() on pipeline jobs

2018-09-10 Thread kl...@schniedergers.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Klaus Schniedergers commented on  JENKINS-53359  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: job-dsl has deprecated concurrentBuild() on pipeline jobs   
 

  
 
 
 
 

 
 Workaround: 

 

pipelineJob('jobname') {
configure {
(it / 'concurrentBuild').setValue('false')
}
 

  
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-53359) job-dsl has deprecated concurrentBuild() on pipeline jobs

2018-09-10 Thread kl...@schniedergers.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Klaus Schniedergers commented on  JENKINS-53359  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: job-dsl has deprecated concurrentBuild() on pipeline jobs   
 

  
 
 
 
 

 
 When looking into the config.xml, it seems that it's still `false` - so what should the replacement be for the supposedly-deprecated `concurrentBuild(false)` in pipeline jobs?  
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-53359) job-dsl has deprecated concurrentBuild() on pipeline jobs

2018-08-30 Thread j...@hoblitt.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Joshua Hoblitt created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-53359  
 
 
  job-dsl has deprecated concurrentBuild() on pipeline jobs   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Daniel Spilker  
 
 
Components: 
 job-dsl-plugin  
 
 
Created: 
 2018-08-30 22:26  
 
 
Priority: 
  Major  
 
 
Reporter: 
 Joshua Hoblitt  
 

  
 
 
 
 

 
 Per https://github.com/jenkinsci/job-dsl-plugin/wiki/Migration#migrating-to-170, and warnings in the console on seed jobs, concurrentBuild() is deprecated for pipeline jobs. Is this is error? concurrent builds can certainly be enabled/disabled on pipeline jobs.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment