Changeset 7c36bc9
- Timestamp:
- Aug 17, 2025, 4:41:43 PM (7 weeks ago)
- Branches:
- master
- Children:
- c62ff90
- Parents:
- 0e991df
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Jenkins/tools.groovy
r0e991df r7c36bc9 104 104 } 105 105 106 EmailMessage = ''106 def EmailMessage = '' 107 107 def GitLogMessage(String oldRef = '', String newRef = '') { 108 108 if(!EmailMessage) { -
Jenkinsfile
r0e991df r7c36bc9 229 229 """ + Tools.GitLogMessage() 230 230 231 def email_to = !Settings.IsSandbox ? "cforall@lists.uwaterloo.ca" : "tdelisle@uwaterloo.ca"231 def email_to = "cforall@lists.uwaterloo.ca" 232 232 233 233 if( Settings && !Settings.Silent ) { … … 281 281 public final Boolean Publish 282 282 public final Boolean Silent 283 public final Boolean IsSandbox284 283 public final String DescLong 285 284 public final String DescShort … … 340 339 } 341 340 342 this.IsSandbox = (branch == "jenkins-sandbox")343 341 this.RunAllTests = param.RunAllTests 344 342 this.RunBenchmark = param.RunBenchmark
Note:
See TracChangeset
for help on using the changeset viewer.