Changeset f8707578


Ignore:
Timestamp:
Jun 3, 2016, 5:19:30 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:
b67dc14
Parents:
25a5bbd
Message:

properties take an extra push to take effect apparently

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    r25a5bbd rf8707578  
    5151}
    5252
    53 
    5453//Global Variables defining the compiler and at which point in the build we are
    5554// These variables are used but can't be declared before hand because of wierd scripting rules
     
    8180
    8281        try {
    83                 echo """Properties-start
    84 ref name      : ${GitRefName}
    85 ref new value : ${GitRefNewValue}
    86 ref old value : ${GitRefOldValue}
    87 Properties-stop"""
     82                echo "Properties-start"
     83                echo "ref name      : ${GitRefName}"
     84                echo "ref new value : ${GitRefNewValue}"
     85                echo "ref old value : ${GitRefOldValue}"
     86                echo "Properties-stop"
    8887
    8988                //Prevent the build from exceeding 30 minutes
Note: See TracChangeset for help on using the changeset viewer.