Reputation: 808
I have two agents, one with Myvenv and one without it. To build my application, i need the capability Myvenv. To make sure my application only builds on the agent WITH Myvenv, i wanted to add a requirement to the build job.
Visiting the Configuration of the application -> Requirements -> Add
When i add the following rule: Myvenv exists
.
Bamboo won't stop loading.
This is for all Bamboo Requirements i try to add, why doens't it add the requirement? Or is there a other solution to my problem mentioned above?
Added screenshot, with small loading circle
Solution: Adding a requirement doens't work in Chrome or Firefox, but it does work in IE 11. Thanks to Rich Duncan
Upvotes: 0
Views: 1273
Reputation: 1923
First, I would look in the bamboo logs. If you don't find anything conclusive in the logs, I would try switching browsers. I've seen AJAX behavior like this work one way in Chrome and another in Firefox.
Upvotes: 1