Following the suggestion laid out here:
No agents meet this job's requirements | Bamboo | Atlassian Documentation
how does one connect to the database at step:
Before we dig into capabilities and requirements, we first need to make sure no Bamboo agent is dedicated to the particular PROJECT, PLAN, JOB, DEPLOYMENT and/or ENVIRONMENT you are experiencing the issue with. In order to do that, please run the following SQL statement against Bamboo's database:
select AGENT_TYPE, TITLE, ENABLED, ASSIGNED.*
from AGENT_ASSIGNMENT as ASSIGNED
join queue as AGENT
on ASSIGNED.EXECUTOR_ID = AGENT.QUEUE_ID;
?
Welcome to the Atlassian Community!
With a database client of some sort. For my databases at home, I tend to use psql and phppgadmin for most, and mysql for the rest.
You should probably talk to your database administrators about this.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.