{"id":15134879,"url":"https://github.com/jetbrains/teamcity-rust-plugin","last_synced_at":"2025-10-19T14:32:44.911Z","repository":{"id":56412997,"uuid":"45140320","full_name":"JetBrains/teamcity-rust-plugin","owner":"JetBrains","description":"TeamCity Rust and Cargo plugin","archived":false,"fork":false,"pushed_at":"2025-01-07T09:36:49.000Z","size":506,"stargazers_count":32,"open_issues_count":14,"forks_count":4,"subscribers_count":13,"default_branch":"master","last_synced_at":"2025-01-30T02:01:37.667Z","etag":null,"topics":["cargo","ci","rust","teamcity","teamcity-plugin"],"latest_commit_sha":null,"homepage":null,"language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JetBrains.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-10-28T20:38:07.000Z","updated_at":"2025-01-07T09:36:52.000Z","dependencies_parsed_at":"2024-12-15T12:22:03.956Z","dependency_job_id":"4a36a2fc-50d3-470a-9941-2104ef7e1d0f","html_url":"https://github.com/JetBrains/teamcity-rust-plugin","commit_stats":{"total_commits":136,"total_committers":14,"mean_commits":9.714285714285714,"dds":0.6176470588235294,"last_synced_commit":"cee3e8e72a60104a858a6a2a792ae7f7abaacea1"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JetBrains%2Fteamcity-rust-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JetBrains%2Fteamcity-rust-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JetBrains%2Fteamcity-rust-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JetBrains%2Fteamcity-rust-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JetBrains","download_url":"https://codeload.github.com/JetBrains/teamcity-rust-plugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237152875,"owners_count":19263796,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cargo","ci","rust","teamcity","teamcity-plugin"],"created_at":"2024-09-26T05:40:26.270Z","updated_at":"2025-10-19T14:32:44.434Z","avatar_url":"https://github.com/JetBrains.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TeamCity Rust Plugin\n\n[![official JetBrains project](http://jb.gg/badges/official.svg)](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub)\n\u003ca href=\"https://teamcity.jetbrains.com/viewType.html?buildTypeId=TeamCityRustPluginBuild\u0026guest=1\"\u003e\u003cimg src=\"https://teamcity.jetbrains.com/app/rest/builds/buildType:(id:TeamCityRustPluginBuild)/statusIcon.svg\" alt=\"\"/\u003e\u003c/a\u003e\n\nThe TeamCity Rust plugin brings build infrastructure support for the [Rust](https://www.rust-lang.org/) programming language.\n\n# Features\n\nIt provides the following features for Rust projects:\n* Rust toolchains installation via [rustup](https://www.rustup.rs/)\n* Cargo command build runners\n* Cargo tests reporter\n* Structured build log listener\n* Auto-discovery of build steps\n* Run steps in Docker\n* Running custom Cargo crates\n\n## Running steps in Docker\nAdd `cargo` to `teamcity.docker.runners` TeamCity property, for example `teamcity.docker.runners=cargo`.\nNow you'll be able to select Docker image for the build step as usual.\n \n# Download\n\nYou can [download the plugin](https://plugins.jetbrains.com/plugin/9044) and install it as [an additional TeamCity plugin](https://confluence.jetbrains.com/display/TCDL/Installing+Additional+Plugins).\n\n# Compatibility\n\nThe plugin is compatible with [TeamCity](https://www.jetbrains.com/teamcity/download/) 10.x and greater.\n\n# Configuration\n\nThe plugin honors `CARGO_HOME` and `RUSTUP_HOME` environment variables which could be used in [rustup configuration](https://github.com/rust-lang-nursery/rustup.rs#choosing-where-to-install).\n\nTo locate rust and cargo tools on build agent in addition to `CARGO_HOME` value also used `PATH` environment variable.\n\n# Build\n\nThis project uses Gradle as the build system. You can easily open it in [IntelliJ IDEA](https://www.jetbrains.com/idea/help/importing-project-from-gradle-model.html) or [Eclipse](http://gradle.org/eclipse/).\n\n# Contributions\n\nWe appreciate all kinds of feedback, so please feel free to send a PR or submit an issue.\n\n# Developing locally\n\n## First time setup\n\nTo download TeamCity distribution locally, run\n```shell\ngradle downloadTeamcity2021.1\n```\n\nTo install the downloaded distribution, run\n```shell\ngradle installTeamcity2021.1\n```\n\n## Running TeamCity with installed plugin\n\nTo start TeamCity, run\n```shell\ngradle startTeamcity2021.1\n```\n\nTo build the plugin, run\n```shell\ngradle serverPlugin\n```\n\nTo install the built plugin to TeamCity, run\n```shell\ngradle deployToTeamcity2021.1\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjetbrains%2Fteamcity-rust-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjetbrains%2Fteamcity-rust-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjetbrains%2Fteamcity-rust-plugin/lists"}