Changes log as part of the artifacts?
Is there anyway I can get a file with the changes made to a given build as
part of the artifacts? If that's not possible, anyway I can get the
changes page for the .lastSuccessful build?
Thanks,
Pablo
--
TV's biggest problem is killing time between commercials.
Pablo Montilla
www.odyssey.com.uy
Please sign in to leave a comment.
In 4.0 EAP we provide a file containing changes made in the build and a property containing path to this file. In previous versions I think this could be done via plugin, for example plugin could listen buildFinished event, produce such file on the server side and put it into the build artifacts directory.
--
Pavel Sher
On Wed, 28 May 2008 06:50:29 -0300, Pavel Sher (Jetbrains)
<no_reply@jetbrains.com> wrote:
>
Where can I find a reference for this new properties?
Thanks,
Pablo
--
The more I know me, the less I like me.
-- Doctor, Time and the Rani
Pablo Montilla
www.odyssey.com.uy
The property name is "teamcity.build.changedFiles.file". This property contains full path to a file with information about changed files included in the build. The file contains lines separated by new line. Each line corresponds to one file. The line has the following format: :, where: - is a type of modification and can have the following values: CHANGED, ADDED, REMOVED, NOT_CHANGED, DIRECTORY_CHANGED, DIRECTORY_ADDED, DIRECTORY_REMOVED - ]]> is a path to a file relative to the current checkout directory.
--
Pavel Sher
On Wed, 28 May 2008 13:38:45 -0300, Pavel Sher (Jetbrains)
<no_reply@jetbrains.com> wrote:
>
Great! Thanks
Pablo
--
How do the geese know when to fly to the sun?
Who tells them the seasons?
How do we, humans, know when it is time to move on?
As with the migrant birds, so surely with us,
there is a voice within, if only we would listen to it,
that tells us so certainly when to go forth into the unknown.
-- Elisabeth Kubler-Ross
Pablo Montilla
www.odyssey.com.uy