I searched a while but I can’t find any solution to this.
There is that “Changes” view on pipelines and on each build. Our pipeline is running a Jenkinsfile from a git repository. So the “Changes” view automatically lists all commits between builds.
But only non-merge commits. Is there any way to adjust that behavior? I can’t find settings for that. We want it to do the complete opposite: to show only merge commits, which are all the pull requests that got merged.