I'm trying to build a Jenkins Pipeline job.
My job is taking code from 2 repositories and doing some other stuff, on the end it should send email notification with changeset from first repository. Due to multiple SCM jobs it is saying that there are no changes.
How could I select to get changes from my first job?