4

My situation is:

  • I have some revisions of code (in SVN)
  • I have some build configurations for different applications
  • I have a Map in another app (Zookeeper) which knows what revisions I want to build now

I want TeamCity to update build parameters dynamically when build process starts. Any ideas?

Dave Schweisguth
  • 36,475
  • 10
  • 98
  • 121
Pavel Vyazankin
  • 1,470
  • 6
  • 18
  • 27
  • The later versions have REST API, I would think you can just kick off a build and pass the params you want. http://confluence.jetbrains.net/display/TW/REST+API+Plugin – Orn Kristjansson Sep 14 '12 at 21:47
  • I was looking for something equivalent to https://wiki.jenkins-ci.org/display/JENKINS/EnvInject+Plugin and came across this question. – hshib Oct 15 '13 at 02:13

1 Answers1

2

I have found answer in similar question How to permanently change a system property in TeamCity 6 from a build step

Here is the recipe: Adding or Changing a Build Parameter from a Build Step

Community
  • 1
  • 1
Pavel Vyazankin
  • 1,470
  • 6
  • 18
  • 27