Changeset 7ca6bf1 for Jenkins


Ignore:
Timestamp:
Aug 20, 2025, 12:12:31 PM (6 months ago)
Author:
Michael Brooks <mlbrooks@…>
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.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

Location:
Jenkins
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Jenkins/Distribute

    r9989781 r7ca6bf1  
    88
    99// Globals
    10 BuildDir  = null
    11 SrcDir    = null
    12 Settings  = null
    13 Version   = ''
     10@Field def BuildDir  = null
     11@Field def SrcDir    = null
     12@Field def Settings  = null
     13@Field def Version   = ''
    1414
    1515// Local variables
  • Jenkins/tools.groovy

    r9989781 r7ca6bf1  
    104104}
    105105
    106 EmailMessage = ''
     106@Field def EmailMessage = ''
    107107def GitLogMessage(String oldRef = '', String newRef = '') {
    108108        if(!EmailMessage) {
Note: See TracChangeset for help on using the changeset viewer.