Changeset 4064107 for Jenkinsfile


Ignore:
Timestamp:
Jun 3, 2016, 11:34:00 AM (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:
371fd1b
Parents:
8f6b229
Message:

Removed timestamp and timeout which froze the build

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    r8f6b229 r4064107  
    6767
    6868        try {
    69                 //Prevent the build from exceeding 30 minutes
    70                 timeout(30) {
    71 
    72                         //Wrap build to add timestamp to command line
    73                         wrap([$class: 'TimestamperBuildWrapper']) {
     69                // //Prevent the build from exceeding 30 minutes
     70                // timeout(30) {
     71                //
     72                //      //Wrap build to add timestamp to command line
     73                //      wrap([$class: 'TimestamperBuildWrapper']) {
    7474
    7575                                //Compile using gcc-4.9
     
    7777                                build()
    7878
    79                         }
    80                 }
     79                //      }
     80                // }
    8181
    8282        }
Note: See TracChangeset for help on using the changeset viewer.