Hello
I'm asking, if there a good and straight way to automatically discover agent capability.
I want all my 50 remote agents has capabiliti such as operating system. For example, TeamCity has such capability set automatically on each agent.
Also, that's will be fine if I could have an ability to do a bulk capability change operation on agents.
In the Admin > Agent screen there is a link "Shared Remote Capabilities". You can use this page to view, add and delete shared remote capabilities. These capabilities will inherited by all remote agents. There doesn't yet seem to be a bulk operations for editing after the fact. If you want to best manage the capabilities you may want to consider using a bamboo-capabilities.properties file which is a flat file where you specify the key=value properties you want defined and can copy-paste it between all agents (assuming you want the same capabilities and assuming software like JDKs, maven, etc are all at the same path.
I cannot populate all agents with similar operation system property because I have different operating systems.
Usinng of bamboo-capabilities.properties has an issue, as far as I know, that I cannot change properties throw web interface if I use this file.
So, both options are not solve my problem.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The use of bamboo-capabilities.properties certainly has it's pros and cons. It makes defining capabilities for nearly identical agents much easier especially if you have numerous capabilities. Our agents are identical Vms (50% Linux and 50% windows) and we maintain 2 versions of bamboo-capabilties.properties files; one for Windows and 1 Linux. If you have multiple differing OS's or such, then yes that doesn't help you.
You can edit capabilities in the web UI, but once the agent restarts those edits potentially go away.
There is definitely room for improvement with regards to bulk adding capabilities to agents.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.