Re: SVN Revision number as stamp

Eric Minick <[email protected]> Tue, 22 Jan 2008 12:52:36 -0700
Newsgroups gmane.comp.java.anthill
Organization Urbancode Software
Message-ID <[email protected]>
David,

I think you want to be on the anthill-pro mailing list, rather than the 
anthill mailing list. When configuring a stamp on the workflow, there's 
a sneaky little "Advanced Options" above the text field. Select that and 
then add ${stampContext:changeset} to look it up. So you might have a 
stamp like: Build ${+property:buildNum} r${stampContext:changest}. That 
could end up displaying "Build 1.2.3 r45677"

-- Eric



Chou, David wrote:
>
> For setting up a continuous integration builds workflow I would like 
> to be able to identify my builds by SVN revision numbers to make them 
> more distinguishable than the global Build Life numbers.
>
> Is there a way to ‘stamp’ the build with the SVN revision number that 
> the build was checked out as?
>
> Or is there another way that’s easier?
>
> -- David
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Anthill mailing list
> Anthill-IWHQxnLZ/[email protected]
> http://lists.urbancode.com/mailman/listinfo/anthill
>