Changeset 1483a16 for Jenkinsfile


Ignore:
Timestamp:
Dec 3, 2020, 4:56:35 PM (4 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:
91aa5ab
Parents:
953d433
Message:

Loading seems to work, usage doesn't

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    r953d433 r1483a16  
    1212        SrcDir    = pwd tmp: false
    1313        Settings  = null
    14         tools     = null
    15         build_stage = null
     14        Tools     = null
    1615
    1716        // Local variables
     
    509508        checkout scm
    510509
    511         tools = load "Jenkins/tools.groovy"
    512         build_stage = tools.build_stage
     510        Tools = load "Jenkins/tools.groovy"
    513511
    514512        final settings = new BuildSettings(params, env.BRANCH_NAME)
Note: See TracChangeset for help on using the changeset viewer.