I have software that can be built on a 32 bit agent and a 64 bit agent. The 64 bit agent can built 64 bit OR 32 bit. Is there a way I can set up the jobs to be able to pick a 64 bit agent only if it needs 64 bit, or pick 64 bit OR 32 bit if it only requires 32 bit?
Community moderators have prevented the ability to post new answers.
Define two capabilities: supports64bit and supports32bit for your 64bit agent.
Define one capability: supports32bit for your 32bit agent.
Have your jobs require either supports64bit or supports32bit in requirements, depending where you want to have them built.
Worked great, thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.