Skip to content

chargeco/teamcity-s3-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TeamCity S3 plugin

Plugin that uploads all build artifacts to S3. Also uploads a build.json describing the build which created the artifacts and a tags.json if the build has any tags added. Note that tagging a build isn't tied to a build, so this may be created or updated after a build has finished.

All of these will be uploaded to a directory of the form projectname::buildname/buildnumber.

You need to install a version matching your TeamCity version:

TeamCity S3 Plugin
9.1.x 1.5.0
8.1x 1.4.0

Build

Issue mvn package command from the root project to build the plugin. Resulting package s3-plugin.zip will be placed in target directory.

The plugin is written in Scala, but interacts with Spring, JSP and various null happy Java APIs.

Install

To install the plugin, put zip archive to plugins dir under TeamCity data directory and restart the server.

About

Teamcity plugin for uploading artifacts to S3

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Scala 83.7%
  • Java 16.3%