Changeset 7ca6bf1 for Jenkins/tools.groovy
- Timestamp:
- Aug 20, 2025, 12:12:31 PM (6 months ago)
- Branches:
- master
- Children:
- 1dec8f3
- Parents:
- 9989781 (diff), 7ea4073 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
Jenkins/tools.groovy (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Jenkins/tools.groovy
r9989781 r7ca6bf1 104 104 } 105 105 106 EmailMessage = ''106 @Field def EmailMessage = '' 107 107 def GitLogMessage(String oldRef = '', String newRef = '') { 108 108 if(!EmailMessage) {
Note:
See TracChangeset
for help on using the changeset viewer.