Changeset 3151e3b


Ignore:
Timestamp:
Jun 20, 2016, 12:49:08 PM (8 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
b3ac2d6b
Parents:
e50db109
Message:

added some debug to jenkinsfile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    re50db109 r3151e3b  
    99                def install_dir = pwd tmp: true
    1010                //checkout the source code and clean the repo
    11                 checkout([$class: 'GitSCM', branches: [[name: "*/${env.BRANCH_NAME}"]], userRemoteConfigs: [[url: 'cforall@plg.uwaterloo.ca:software/cfa/cfa-cc']]])
     11                checkout scm
    1212
    1313                //Clean all temporary files to make sure no artifacts of the previous build remain
     
    194194//===========================================================================================================
    195195def notify_result(boolean promote, Exception err, String status, boolean log) {
     196        echo 'Build completed, sending result notification'
    196197        if(promote)     {
    197198                if( err ) {
Note: See TracChangeset for help on using the changeset viewer.