I am customizing the buildpipeline plugin to publish the SVN revision number for each job of each build number at pipeline. I found one hudson package `
hudson.scm.SubversionChangeLogSet.LogEntry
,
which has the method getRevision()
to get the last commit number.
Is this the right package to get the revision number or any other packages need to be used to support this package ? How can I get the SVN revision through code ?