Your browser was unable to load all of the resources. They may have been blocked by your firewall, proxy or browser configuration.
Press Ctrl+F5 or Ctrl+Shift+R to have your browser try again.

Occupy more ressources in a step than needed to execute the step #3836

Henry ·

I have a build step which starts a test controller on a build resource via script.
This controller has to access and use other build resources exclusivly during execution. So I have to occupy those grid resources for that "test-controller"-build-step, without executing something on them.

How can I occupy a bunch of resources by a script at the start of the controller and release them all at the end of the step?

Can you give me a hint or a solution, please?

  • replies 2
  • views 382
  • stars 0
robinshen ADMIN ·

You may just embed several sequential steps, each to acquire a resource desired, and then inside the most inner sequential step, put the step doing actual things.

Henry ·

Dear Robin,

thank you very much. This is working fine. Luckily I only have to block 4 agents (and always the same ones).

happy greetings
Henry