1

I am using TeamCity 9.1.3. I have a main build which have artifacts dependency on 4 other builds. When the main build is run it picks artifacts of the last successful build from the 4 other builds and deploy it on to a test machine. The main build is only run when we want to deploy on test machine.

What I want to achieve is to pin the 4 builds that are being used by the main build for deployment when I run the main build. I am not able to find a way to do this.

Any suggestions please.

Newbee
  • 1,379
  • 2
  • 16
  • 36

1 Answers1

0

I think these links might help:

I had a similar issue and ended up writing a simple plugin similar to the one available on Github. I think you can just use the REST API for this.

Community
  • 1
  • 1
carlspring
  • 31,231
  • 29
  • 115
  • 197