- Timestamp:
- Aug 20, 2025, 12:12:31 PM (6 months ago)
- Branches:
- master, stuck-waitfor-destruct
- 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. - Location:
- Jenkins
- Files:
-
- 2 edited
-
Distribute (modified) (1 diff)
-
tools.groovy (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Jenkins/Distribute
r9989781 r7ca6bf1 8 8 9 9 // Globals 10 BuildDir = null11 SrcDir = null12 Settings = null13 Version = ''10 @Field def BuildDir = null 11 @Field def SrcDir = null 12 @Field def Settings = null 13 @Field def Version = '' 14 14 15 15 // Local variables -
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.