HI
I am having a small issue i want the SVN_Revision number and the corresponding time-st开发者_JAVA百科amp of the checkout revision in Hudson build I could get the revision number using the SVN_REVISION environment variable,but there is no such variable to get the time-stamp of the commited version ? Is there any variable in hudson using which i can get the time-stamp of the checked out revision number
Thanks in advance Chandu
I don't think there is a direct support in Hudson for that information.
The closest way to get that data would be using a pre-build step with the irght svn command (assuming SVN_REVISION
is already set at that stage)
精彩评论