You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I have VSTest tools installed on my remote agent. When using VSTest Runner task I got an error "No agents meet this job's requirements". I know that I can define agent capabilities in bamboo-capabilities.properties file in agen't bin folder. For MSBuild it looks like:
system.builder.msbuild.MSBuild=C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\BuildTools\\MSBuild\\Current\\Bin\\MSBuild.exe
What is the expected syntax for VSTest Runner ?
Hi @Tomasz Kus
Thinking on this problem and knowing the limation we have to maintain the document with all the possible capabilities, I just wrote this article that might help moving forward.
Can you check it and see if this will help you?
Any suggestions to improve it are very welcome.
This is the one: How to configure remote agent capabilities using bamboo-capabilities.properties
I'll wait for your feedback.
thank you for a nice article. Unfortunately it doesn't work in my case because I don't have admin rights on a bamboo server (this is due to my company security policy) so I can't view / add / remove agent capabilities.
I only have a full access to the remote agent. Is there any way to obtain the capability name from remote agent side ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I only have a full access to the remote agent. Is there any way to obtain the capability name from remote agent side ?
Not that I'm aware of.
The one you need now is the VSTest Runner, right?
The configuration for this one is the example used in that article.
system.builder.vstestconsole.VSTestRunner=<PATH>
Is there any other you need me to check for you?
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.
You are welcome!
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.