I'm looking for some help/direction at resolving an odd problem. We currently only have one node (still in the midst of setting up/configuring hardware), and we encountered a scenario where we have just a couple executors that can run on the machine at once (say 2). If I start jobs A & B which run jobs C & D via the parameterized trigger plugin and wait for those to complete, no jobs ever finish. C & D are never started due to lack of executors and A & B cannot complete waiting for those jobs.
We are using Perforce and I am trying to be efficient with workspaces as syncing new workspaces is really expensive (we are already at gigs of data) part of the objective is to reuse the workspace between the jobs (so C & D can run within the workspaces set up by A & B). Is there a detail I'm missing? None of the jobs are set up to block waiting for upstream or downstream jobs to finish. I'm on (with versions of job related plugins in case there is an interaction): * Jenkins 1.592 * Build Pipeline Plugin 1.4.5 * External Job Monitor Plugin 1,4 * Join Plugin 1.15 * Matrix Project Plugin 1.4 * Node & Label Parameter Plugin 1.5.1 * Parameterized Trigger Plugin 2.25 I did have the job weight plugin at one point, but no longer. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/1fc6b4ef-f34d-4e45-a4aa-96e22cb57a79%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
