Jenkins Pipeline - global pipeline library updates show up in job's list of recent changes, how to prevent this?
问题 I don't want my global pipeline changes to show up in Jenkins list of changes. Whenever a build is ran and there are global pipeline updates, the list of changes for that build include all updates made to the global pipeline. I only want the list of changes that the build picked up from the SCM branch that is being built, not any of the global pipeline updates. Is this possible? 回答1: Such option to disable the changelog exists since version 2.9 of the Pipeline Shared Groovy Libraries Plugin: