Changeset 1483a16


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

Loading seems to work, usage doesn't

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Jenkins/tools.groovy

    r953d433 r1483a16  
    1010// wrapper around stage declaretion to be more verbose
    1111// and allow showing as skipped in the UI
    12 def build_stage(String name, boolean run, Closure block ) {
     12def BuildStage(String name, boolean run, Closure block ) {
    1313        StageName = name
    1414        echo " -------- ${StageName} -------- "
  • 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.