Re: How to get the subprojects of a certain freestyleproject

2015-09-24 Thread Dmitry Sobol
Hi, there is groovy script as answer def subProjects = new ArrayList() def triggersBuilder = build.getProject().getBuilders() triggersBuilder.each { trigger -> if(trigger instanceof hudson.plugins.parameterizedtrigger.TriggerBuilder) { def blockableBuildTriggerConfigs =

How to get the subprojects of a certain freestyleproject

2013-04-22 Thread 李军
Hello guys, I am pretty new to jenkins. I have encountered a problem and need your kind help :p I have setup a project, lets say project A. This project contains a certain project B as part of it(via "trigger/call builds on other projects" with "Block until the triggered projects finish their