Changeset 63fe9f1d


Ignore:
Timestamp:
May 27, 2016, 5:52:23 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:
23a14d86
Parents:
a3f9946
Message:

fixed error in jenkins file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    ra3f9946 r63fe9f1d  
    1919node ('master'){
    2020        stage 'Build'
     21
     22        sh 'printenv'
     23
    2124        //clean the repo and checkout the source code
    2225        checkout scm
     
    4346        Check console output at ${env.BUILD_URL} to view the results."""
    4447
     48        def email_to = 'tdelisle@uwaterloo.ca'
     49
    4550        //configure the conpilation
    4651        sh 'CC=gcc-4.9 CXX=g++-4.9 ./configure'
     
    5055
    5156        //send email notification
    52 
    53         def email_subject = email_subject_template
    54         def email_body = email_body_template
    55         def email_to = 'tdelisle@uwaterloo.ca'
    56 
    5757        emailext body: email_body, subject: email_subject, to: email_to, attachLog: true
    5858 }
Note: See TracChangeset for help on using the changeset viewer.