Changeset e730560


Ignore:
Timestamp:
Jun 3, 2016, 1:01:24 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:
aec9a67
Parents:
f979c4a
Message:

apparently Jenkinsfiles must use only serializable objects

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    rf979c4a re730560  
    3838// Helper classes/variables/routines to make the status and stage name easier to use
    3939//===========================================================================================================
    40 //Description of a compiler
    41 class CC_Desc {
     40//Description of a compiler (Must be serializable since pipelines are persistent)
     41class CC_Desc implements Serializable {
    4242        public String cc_name
    4343        public String cpp_cc
Note: See TracChangeset for help on using the changeset viewer.