Hello All, I am writing a plugin with new project type that sometimes needs to spawn of multiple executors ( like matrix project ) but not all the time. When it needs to run in flyweight mode is decided at runtime.
The blocker to this I am running into is this https://github.com/jenkinsci/jenkins/blob/master/core/src/main/java/hudson/model/Queue.java#L1058 if(Jenkins.FLYWEIGHT_SUPPORT && p.task instanceof FlyweightTask && ! ifBlockedByHudsonShutdown(p.task)) { can this be changed to p.isFlyweight() . I can submit a pull request if that is possible. Surya -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
