Re: How to pass list of committed files svn in Jenkins job

2013-05-11 Thread Stuart Montgomery
On the Subversion Plugin wiki page, I see the following: > The Subversion SCM plugin exports the svn revisions and URLs of the build's > subversion modules as environment variables. These are $SVN_REVISION_n and > $SVN_URL_n, where n is the 1-based index of the module in the configuration. > >

How to pass list of committed files svn in Jenkins job

2013-05-10 Thread Sean Stynes
I have a project in Jenkins that is triggered by an svn poll. I'd like the job to grab a list of files that were committed using svn and pass them to a c# program being run from an exe. Any ideas on how i could do this? -- You received this message because you are subscribed to the Google Gro