I have setup a build in teamcity. I would like it to use the Portfolio pool, but even though it is compatible, it doesn't work? See below. What am I missing?
The agent itself is compatible, but the Portfolio pool is not associated with this project.
The warning at the top confirms that the project currently has no assigned agent pools. TeamCity only runs project builds on agents from pools that are associated with that project, even when agents in other pools satisfy all build requirements.
Please associate the Portfolio pool with the project:
Go to Agents.
Open the Portfolio pool.
Open the Projects tab.
Click Assign projects and select Root / devops-gurdip / devops-gurdip-portfolio.
Note: Assigning and unassigning projects and agents to/from pools is restricted by the " Change agent pools associated with project " permission, which by default is a part of the Project Administrator role. Users can perform the operations on the pool only if they have the " Change agent pools associated with project " permission for all projects associated with all pools affected by the operation.
After the pool is assigned, HLTMCTYAG02 should become available to run the build. Also, verify that the agent is enabled and its run configuration policy allows this build configuration.
Hi,
The agent itself is compatible, but the Portfolio pool is not associated with this project.
The warning at the top confirms that the project currently has no assigned agent pools. TeamCity only runs project builds on agents from pools that are associated with that project, even when agents in other pools satisfy all build requirements.
Please associate the Portfolio pool with the project:
Root / devops-gurdip / devops-gurdip-portfolio.Note: Assigning and unassigning projects and agents to/from pools is restricted by the " Change agent pools associated with project " permission, which by default is a part of the Project Administrator role. Users can perform the operations on the pool only if they have the " Change agent pools associated with project " permission for all projects associated with all pools affected by the operation.
After the pool is assigned,
HLTMCTYAG02should become available to run the build. Also, verify that the agent is enabled and its run configuration policy allows this build configuration.