Changeset 4f9e706 for Jenkinsfile


Ignore:
Timestamp:
Sep 10, 2019, 11:29:38 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:
952ee7a
Parents:
aa8e8301
Message:

Testing what can happen outside of nodes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    raa8e8301 r4f9e706  
    1010//===========================================================================================================
    1111
     12echo "Testing"
     13
    1214// Globals
    13 BuildDir  = null
    14 SrcDir    = null
     15BuildDir  = pwd tmp: true
     16SrcDir    = pwd tmp: false
    1517Settings  = null
    1618StageName = ''
     19
     20currentBuild.result = "SUCCESS"
    1721
    1822// Local variables
     
    2024def log_needed = false
    2125
    22 currentBuild.result = "SUCCESS"
    23 
    2426try {
    2527        //Wrap build to add timestamp to command line
     
    4648                        publish()
    4749                }
     50
     51                // Update the build directories when exiting the node
     52                BuildDir  = pwd tmp: true
     53                SrcDir    = pwd tmp: false
    4854        }
    4955}
Note: See TracChangeset for help on using the changeset viewer.