Changeset aec9a67


Ignore:
Timestamp:
Jun 3, 2016, 1:07:14 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:
01b8088d, e01bfbc
Parents:
e730560
Message:

Removed declaration of globals in Jenkinsfile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    re730560 raec9a67  
    5252
    5353//Global Variables defining the compiler and at which point in the build we are
    54 def currentCC
    55 def status_prefix
     54// These variables are used but can't be declared before hand because of wierd scripting rules
     55// @Field String currentCC
     56// @Field String status_prefix
    5657
    5758//Wrapper to sync stage name and status name
Note: See TracChangeset for help on using the changeset viewer.