How to pass svn last commit author and comment to ant build script, invoked via Teamcity runner?

link|improve this question

created youtrack.jetbrains.net/issue/TW-16841 – popalka May 17 '11 at 13:18
feedback

1 Answer

up vote 0 down vote accepted

You can make use of %system.build.vcs.number% and pass it as parameter to the ANT build file or read the environment variable set by TeamCity - %env.BUILD_VCS_NUMBER% ( the environment variable to be read will be BUILD_VCS_NUMBER) in the build file.

Use that along with the %vcsroot.url% to get the author and the commit message ( you can choose different vcs roots using their names like %vcsroot.name.url%

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.