[JIRA] [job-dsl-plugin] (JENKINS-34431) Build one or more generated jobs after Process Job DSLs step

2016-04-25 Thread a...@90a.nl (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Arno Moonen closed an issue as Duplicate 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-34431 
 
 
 
  Build one or more generated jobs after Process Job DSLs step  
 
 
 
 
 
 
 
 
 

Change By:
 
 Arno Moonen 
 
 
 

Status:
 
 Open Closed 
 
 
 

Assignee:
 
 Daniel Spilker 
 
 
 

Resolution:
 
 Duplicate 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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] [job-dsl-plugin] (JENKINS-34431) Build one or more generated jobs after Process Job DSLs step

2016-04-25 Thread a...@90a.nl (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Arno Moonen commented on  JENKINS-34431 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Build one or more generated jobs after Process Job DSLs step  
 
 
 
 
 
 
 
 
 
 
Daniel Spilker You are right! Thanks! 
I was pretty sure that such a command existed, but I could not find it when searching for triggering / running builds. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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] [job-dsl-plugin] (JENKINS-34431) Build one or more generated jobs after Process Job DSLs step

2016-04-25 Thread m...@daniel-spilker.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Daniel Spilker commented on  JENKINS-34431 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Build one or more generated jobs after Process Job DSLs step  
 
 
 
 
 
 
 
 
 
 
Have you seen the queue command? Would that work for you? https://github.com/jenkinsci/job-dsl-plugin/wiki/Job-DSL-Commands#queue 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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] [job-dsl-plugin] (JENKINS-34431) Build one or more generated jobs after Process Job DSLs step

2016-04-25 Thread a...@90a.nl (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Arno Moonen created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-34431 
 
 
 
  Build one or more generated jobs after Process Job DSLs step  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  New Feature 
 
 
 

Assignee:
 
 Daniel Spilker 
 
 
 

Components:
 

 job-dsl-plugin 
 
 
 

Created:
 

 2016/Apr/25 1:34 PM 
 
 
 

Labels:
 

 job-dsl job-dsl-plugin post-build 
 
 
 

Priority:
 
  Minor 
 
 
 

Reporter:
 
 Arno Moonen 
 
 
 
 
 
 
 
 
 
 
After the Process Job DSLs step has finished, I would like to run one or more of the jobs that have been created. Consider this to be the 

ultimate
 test for the updated script (so yes, the XML looks fine, but does it still function properly too?). Since we are running the scripts from our VCS and the names of the jobs can vary, it would be nice to have some way of indicating the jobs that should be started in the Job DSL script. In our case we only need to start one multijob, but in total there are 8+ jobs being created per script.