Hello, with Subversion, how can I get the SCM changes that triggered that Jenkins build (the change log, or part of it) and assign that to an environment variable for further usage, if not already present in an env variable somehow?
The question with slightly another direction: where in a build job could I best place a http://mymachine/job/buildjob/buildnumber/api/xml?xpath=//changeSet/item/msg&wrapper=messages to get all SVN commit messages and assign the result to a Jenkins environment variable? Thank you. Michael