All Projects → JetBrains → teamcity-azure-storage

JetBrains / teamcity-azure-storage

Licence: Apache-2.0 license
TeamCity Azure artifacts storage support plugin

Programming Languages

kotlin
9241 projects
java
68154 projects - #9 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to teamcity-azure-storage

teamcity-commit-hooks
Plugin for TeamCity simplifying installation of webhooks for repositories in GitHub and GitHub Enterprise.
Stars: ✭ 24 (+71.43%)
Mutual labels:  teamcity, teamcity-plugin
teamcity-rust-plugin
TeamCity Rust and Cargo plugin
Stars: ✭ 29 (+107.14%)
Mutual labels:  teamcity, teamcity-plugin
teamcity-deployer-plugin
Deployer plugin for TeamCity CI server
Stars: ✭ 37 (+164.29%)
Mutual labels:  teamcity, teamcity-plugin
teamcity-runas-plugin
The teamcity-runas plugin to run TeamCity build steps under a specified user account on Windows or Linux.
Stars: ✭ 20 (+42.86%)
Mutual labels:  teamcity, teamcity-plugin
teamcity-google-agent
TeamCity support for Google cloud build agents
Stars: ✭ 13 (-7.14%)
Mutual labels:  teamcity, teamcity-plugin
TeamCityApp
TeamCity in your pocket (Android application)
Stars: ✭ 48 (+242.86%)
Mutual labels:  teamcity, teamcity-plugin
tcWebHooks
WebHooks plugin for Teamcity. Supports many build states and payload formats.
Stars: ✭ 128 (+814.29%)
Mutual labels:  teamcity, teamcity-plugin
teamcity-symbol-server
TeamCity Symbol Server plugin
Stars: ✭ 16 (+14.29%)
Mutual labels:  teamcity, teamcity-plugin
teamcity-s3-artifact-storage-plugin
TeamCity plugin which allows replacing the TeamCity built-in artifacts storage with AWS S3
Stars: ✭ 39 (+178.57%)
Mutual labels:  teamcity, teamcity-plugin
Just Another Android App
An Android base app with loads of cool libraries/configuration NOT MAINTAINED
Stars: ✭ 1,654 (+11714.29%)
Mutual labels:  teamcity
delete-run-artifacts-action
github action to delete artifacts at the end of a workflow run
Stars: ✭ 21 (+50%)
Mutual labels:  artifacts
teamcity-msbuild-logger
MSBuild logger for TeamCity
Stars: ✭ 16 (+14.29%)
Mutual labels:  teamcity
sbt-publish-more
📤 Publish artifacts to more than one repository
Stars: ✭ 21 (+50%)
Mutual labels:  artifacts
AnyStatus
A remote control for your CI/CD pipelines and more
Stars: ✭ 38 (+171.43%)
Mutual labels:  teamcity
ms-identity-javascript-tutorial
A chapterwise tutorial that will take you through the fundamentals of modern authentication with Microsoft identity platform in Vanilla JavaScript.
Stars: ✭ 100 (+614.29%)
Mutual labels:  azure-storage
tc-radiate
Build radiator for TeamCity - GitHub hosted, Standalone HTML+JS
Stars: ✭ 15 (+7.14%)
Mutual labels:  teamcity
go-teamcity
Golang client for TeamCity REST API
Stars: ✭ 32 (+128.57%)
Mutual labels:  teamcity
teamcity-docker-compose
Compose to create working TeamCity server with PostgreSQL and Agents
Stars: ✭ 97 (+592.86%)
Mutual labels:  teamcity
100-Days-of-Azure
In this Repository, I am going to mention my Azure Learning for Next 100 Days
Stars: ✭ 27 (+92.86%)
Mutual labels:  azure-storage
n3dr
Nexus3 Disaster Recovery (N3DR) is a tool that is capable of downloading all artifacts from a Nexus3 server and to migrate them to another Nexus3 server. Note that some repository formats are not supported at the moment.
Stars: ✭ 110 (+685.71%)
Mutual labels:  artifacts

TeamCity Azure Storage

official JetBrains project plugin status

This plugin allows replacing the TeamCity built-in artifacts storage by Azure Blob storage. The artifacts storage can be changed at the project level. After changing the storage, new artifacts produced by the builds of this project will be published to the Azure Blob storage account. Besides publishing, the plugin also implements resolving of artifact dependencies and clean-up of build artifacts.

Features

When installed and configured, the plugin:

  • allows uploading artifacts to Azure Blob Storage
  • allows downloading artifacts from Azure Blob Storage
  • handles resolution of artifact dependencies
  • handles clean-up of artifacts
  • displays artifacts located in Azure Blob Storage in the TeamCity UI.

Download

You can download the plugin and install it as an additional TeamCity plugin.

Compatibility

The plugin is compatible with TeamCity 2017.1.1 and greater.

Configuring

The plugin adds the Artifacts Storage tab to the Project Settings page in the TeamCity Web UI. The tab lists the internal TeamCity artifacts storage displayed by default and marked as active.

To configure Azure Blob Storage for TeamCity artifacts, perform the following:

  1. Select Azure Storage as the storage type
  2. Fill in the account name and key
  3. Save your settings.

The configured Azure storage will appear on the Artifacts storage page. Make it active using the corresponding link. Now the artifacts of this project, its subprojects, and build configurations will be stored in the configured storage.

Build

This project uses gradle as the build system. You can easily open it in IntelliJ IDEA or Eclipse. To test & build the plugin, execute the build gradle command.

Contributions

We appreciate all kinds of feedback, so please feel free to send a PR or write an issue.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].