Subversion Revision environment property?#902
|
|
Hi, Just wondering if Cruise automatically puts the Subversion revision number as an environment variable. I’d like to include it as part of the build process, putting both the cruise pipeline and the subversion revision number into an artifact. Any ideas? Thanks. Pat |
|
|
Hey Pat We don’t. You would have to do an svn info as part of your build and capture the output. We do have a feature planned to incorporate the svn rev # into the label, which I guess will solve your problem. |
|
|
Cool. No worries. Thanks for letting me know. |
