History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: CIB-1069
Type: New Feature New Feature
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: Alex Chapman
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Pulse

Add PULSE_SVN_URL environment variable

Created: 05/May/07 06:31 PM   Updated: 05/Jun/07 02:37 AM
Component/s: Config
Affects Version/s: 1.2.25
Fix Version/s: 1.2.26


 Description  « Hide
Currently I use the PULSE_BUILD_NUMBER, PULSE_BUILD_REVISION and PULSE_BUILD_TIMESTAMP environment variables in my ant script to update a JSP that is part of my application. I'd like to be able to include the SVN URL, so that I know whether this is a build off the trunk or off a branch. Could the svn url (i.e. the scm location for a subversion project) be added as another environment variable?

 All   Comments   Change History      Sort Order:
jason - 07/May/07 02:33 PM
Hi Alex,

This should be pretty simple to add to the next build.

jason - 08/May/07 03:50 PM
Added in change 3326.

Alex Chapman - 05/Jun/07 02:37 AM
Upgraded to 1.2.27 this evening, and new property works great

[echoproperties] env.PULSE_SVN_URL=http\://continuum.sandiegoca.ncr.com/svn/trm/trunk

I've integrated it into our build so now our version.jsp reports the SVN URL that the build was made from. Thanks.