UserControl
UserControl

Reputation: 15159

TeamCity artifacts packaging

TeamCity has very useful feature to get all the artifacts after build - Download all (.zip)

I wonder if there is a way to somehow calculate check sum for that aggregated zip (say, MD5)? Of course i can setup a new build configuration that will download artifacts, calculate the sum and publish it but i'm looking for simple solution.

Upvotes: 2

Views: 1401

Answers (1)

UserControl
UserControl

Reputation: 15159

Ended up with a custom step to zip all artifacts, then calculate the check sum and let TeamCity to autozip my archive and the sum file.

Upvotes: 2

Related Questions