linux - Force Bamboo to use specific Build Agent for Deployment -
i using bamboo build, deploy on linux machine (ubuntu). have build plan using remote agent on windows 7 64-bit.
i'm noticing bamboo wants try , use remote agent(windows7) deploy linux build @ times. how prevent this?
i see can set agents in deployment plan editing screens, require 1 linux agent build, , 1 linux agent deploy. possible use same linux agent build , deploy while ensuring deployment using linux agent instead of other available non-linux agent?
the closest thing we've been doing adding required capability particular agents other agents don't have. on linux agent, define custom capability agent. in requirements deploy, include custom capability. should prevent windows remote agent picking job.
Comments
Post a Comment