I have built a build pipeline on Jenkins. Currently I have a demand that a job is triggered by the upstream job, then check the svn is changed or not, if not, do not execute build action.
My idea is I getting svn revision number of previous build and then use script to do the decision. I cannot use the poll scm to trigger the job because each job depends on upstream job.
It is possible to do that?