Arthyon / microservice-poc

A proof of concept of a microservice-architecture in a monorepo
0 stars 1 forks source link

Tag commit when building service #2

Closed Arthyon closed 5 years ago

Arthyon commented 5 years ago

When a build is finished, it should tag the current commit to easily be able to identify what version of the code is in each image.

Bonus: Possible to abort a build if current commit already is tagged by same service?

Arthyon commented 5 years ago

Tag builds: Azure Build pipelines can automatically tag commits on successful build. This is turned on and prefixed with servicename. Tag Releases: There is a pipeline task to create releases automatically after publish. This is added to the preprod-stage.