-
New Feature
-
Resolution: Unresolved
-
Minor
-
None
-
Jenkins: 2.426.3
Git plugin: 5.2.1
For the purposes of the functionality of skipping builds for commits containing a specific phrase in the commit message, it would be very helpful to be able to reach both committer date and author date at the GitChangeSet object level, and not only one of them, which is set via the authorOrCommitter variable at the object initialization level.
It would be great if GitChangeSet could provide getters for the committerTime and committerTime fields. Would it be possible without introducing breaking changes?
Mentioned feature PR for multibranch pipelines: https://github.com/jenkinsci/multibranch-build-strategy-extension-plugin/pull/20