Loading...
Loading...
Use when working with TeamCity CI/CD or when user provides a TeamCity build URL. Use `tc` CLI for builds, logs, jobs, queues, agents, and pipelines.
npx skill4agent add jetbrains/teamcity-cli teamcity-clitctctc auth status # Check authentication
tc run list --status failure # Find failed builds
tc run log <id> --failed # View failed build logtc <command> --helptc api /app/rest/...| Area | Commands |
|---|---|
| Builds | |
| Artifacts | |
| Metadata | |
| Jobs | |
| Projects | |
| Queue | |
| Agents | |
| Pools | |
| API | |
tc run list --status failuretc run log <id> --failedtc run tests <id> --failedhttps://host/buildConfiguration/ConfigId/12345tc run view 12345tc run start <job-id> --branch <branch> --watchtc project listtc job list --project <id>