2 Team City Servers - triggering a build config on one from another
Development has a Team City Server for doing continuous integration tests. We'd also like to have our release team do the full intstallable builds on a separate TC server and have the development TC server trigger the Release TC server build on a successful pass of our dev Integration Tests. Is this possible? If so, how?
Please sign in to leave a comment.
Hello Phil,
I see two possible solutions:
1) if your build is able to determine whether it was successful or not, you
can trigger build on release TC from the build script. Read more abot this
feature here:
http://www.jetbrains.net/confluence/display/TCD/AccessingServerfrom+Scripts
2) another way - is to write your own plugin which will provide its listener
and wait for buildFinished event. When such event occured plugin will send
HTTP request to second server.
--
Pavel Sher
"phil swenson" <no_reply@jetbrains.com> wrote in message
news:30929544.1182467711609.JavaMail.itn@is.intellij.net...