gonzadocarmo / teamcity-s3-plugin

Apache License 2.0
17 stars 8 forks source link

Uploading version to s3 #18

Open jmdopereiro opened 2 years ago

jmdopereiro commented 2 years ago

We are using TeamCity and maven to build our artifact and upload it to S3.

From there we use CodePipeline to deploy to our Elastic Beanstalk environment, but the version of the application is generated by CodePipeline and is not meaningful to us.

How can we make TeamCity to send the version to s3 so that we can pass this information to CodePipeline ?

Is there a way for this plugin to pass this metadata to S3 ?

Thanks!

Jose