Changeset 3410c12


Ignore:
Timestamp:
May 27, 2016, 5:33:25 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:
a3f9946
Parents:
d42fa1f
Message:

Outputting environment variables for build

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    rd42fa1f r3410c12  
    2222        checkout scm
    2323
     24        sh 'printenv'
     25
    2426        //configure the conpilation
    2527        sh 'CC=gcc-4.9 CXX=g++-4.9 ./configure'
     
    3032        //send email notification
    3133
    32         this.binding.variables.each {k,v -> echo "$k = $v"}
    33 
    3434        def email_subject = email_subject_template
    3535        def email_body = email_body_template
Note: See TracChangeset for help on using the changeset viewer.