Hello All,
Is it possible to manage labels dynamically on both agents and jobs at runtime? I am new to jenkins and am considering using it for running our builds.
I have multiple compiler-versions on a machine that can run 2 or 3 builds at a time and only one build can be run with a compiler-version at a time. The compiler version comes from external tool when I trigger the build. If I setup 3 executors on the build machine, can I update the label(compiler version) required for the job based on the information from the tool and can I update the label(compiler version) of the agent if a compiler version is in use or available?
Is there some way of dealing with this scenario?
thank you
Raja