Changeset 6c9e0bc for Jenkins


Ignore:
Timestamp:
Dec 3, 2020, 9:16:41 PM (3 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
22a2e69, a9a1d06
Parents:
68f2e42
Message:

Removed infinite recursion

Location:
Jenkins
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Jenkins/Distribute

    r68f2e42 r6c9e0bc  
    3232                                SrcDir    = pwd tmp: false
    3333
    34                                 Tools.clean()
     34                                Tools.Clean()
    3535
    36                                 Tools.checkout( commit )
     36                                Tools.Checkout( commit )
    3737                        }
    3838
  • Jenkins/tools.groovy

    r68f2e42 r6c9e0bc  
    2424// Common compilation routines
    2525//===========================================================================================================
    26 def clean() {
     26def Clean() {
    2727        BuildStage('Cleanup', true) {
    2828                // clean the build by wipping the build directory
     
    3333}
    3434
    35 def checkout(commitHash = null) {
     35def Checkout(commitHash = null) {
    3636        BuildStage('Checkout', true) {
    3737                //checkout the source code and clean the repo
Note: See TracChangeset for help on using the changeset viewer.