Re: git plugin: get a list of changed file names?

2014-01-15 Thread Sam Lee
;, I queried with: > > http://localhost:8080/job/git-client-plugin/api/xml?depth=1 > > and saw that each build included the SHA1 for that build. > > You could then use those SHA1 values for the diff calculation. > > Mark Waite > > > On Tue, Jan 14, 2014 at 2:47 PM, Sam Le

git plugin: get a list of changed file names?

2014-01-14 Thread Sam Lee
Hello, I have a build set up to use git plugin. The build is paramatized to take any git revision (commit, branch, ..etc). During the build, I need to get a list of changed files since last build. I could do this if the current build is on the same branch of git by looking at GIT_COMMIT and GIT_P