Changeset 952ee7a


Ignore:
Timestamp:
Sep 10, 2019, 11:31:35 AM (5 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
85142648
Parents:
4f9e706
Message:

more testing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    r4f9e706 r952ee7a  
    1010//===========================================================================================================
    1111
    12 echo "Testing"
    1312
    1413// Globals
    15 BuildDir  = pwd tmp: true
    16 SrcDir    = pwd tmp: false
     14BuildDir  = null
     15SrcDir    = null
    1716Settings  = null
    1817StageName = ''
     
    2423def log_needed = false
    2524
     25echo "Testing"
     26
    2627try {
    2728        //Wrap build to add timestamp to command line
    2829        wrap([$class: 'TimestamperBuildWrapper']) {
    2930
     31                echo "Testing 2"
    3032                Settings = prepare_build()
    3133
     
    4850                        publish()
    4951                }
    50 
    51                 // Update the build directories when exiting the node
    52                 BuildDir  = pwd tmp: true
    53                 SrcDir    = pwd tmp: false
    5452        }
    5553}
Note: See TracChangeset for help on using the changeset viewer.