How to get changes of a build
Hi!
I want to get the list of vcs changes from teamcity for the current build in my ant build file.
Is there a property for changes (like build.number or teamcity.build.checkoutDir) that teamcity exports and i can reference in my ant build file?
thomas
Please sign in to leave a comment.
Hello,
No there is no such property. However you can write a server-side plugin
which will provide you with such property.
--
Pavel Sher
Software Developer
JetBrains, Inc.
http://www.jetbrains.com
"Develop with pleasure!"
"Tufelix" <no_reply@jetbrains.com> wrote in message
news:18216368.1204616207469.JavaMail.itn@is.intellij.net...
>
>