JetBrains logo

Skill

teamcity-cli

manage TeamCity CI/CD builds and jobs

Covers CLI Deployment CI/CD

Description

Use when working with TeamCity CI/CD or when user provides a TeamCity build URL. Use `teamcity` CLI for builds, logs, jobs, queues, and agents.

SKILL.md

TeamCity CLI (teamcity)

Quick Start

teamcity auth status                    # Check authentication
teamcity run list --status failure      # Find failed builds
teamcity run log <id> --failed          # Full failure diagnostics

Do not guess flags or syntax. Use the Command Reference or teamcity <command> --help. Fall back to teamcity api /app/rest/... when needed. Builds are runs (teamcity run), build configurations are jobs (teamcity job).

Core Commands

AreaCommands
Buildsrun list, view, start, watch, log, cancel, restart, tests, changes
Artifactsrun artifacts, run download
Metadatarun pin/unpin, run tag/untag, run comment
Jobsjob list, view, tree, pause/resume, param list/get/set/delete
Projectsproject list, view, tree, param, token put/get, settings export/status/validate
Queuequeue list, approve, remove, top
Agentsagent list, view, enable/disable, authorize/deauthorize, exec, term, reboot, move
Poolspool list, view, link/unlink
APIteamcity api <endpoint> — raw REST API access

Quick Workflows

Investigate failure: teamcity run list --status failureteamcity run log <id> --failedteamcity run tests <id> --failedFrom a URL: Extract build ID from https://host/buildConfiguration/ConfigId/12345teamcity run view 12345Start build: teamcity run start <job-id> --branch <branch> --watchFind jobs: teamcity project listteamcity job list --project <id>Validate Kotlin DSL: teamcity project settings validate (not mvn compile — see Workflows)

References

© 2026 YourAI.tools. Every skill from an identity-verified publisher.

Independent catalog. Not affiliated with, endorsed by, or sponsored by Anthropic or any listed publisher. All trademarks belong to their respective owners.