Anyone have a Jenkins Pipeline script that can stuff all the changes since the previous successful build in a variable? I\'m using git and a multibranch pipeline job.
There's the Changes Since Last Success Plugin that could help you with that.