Changeset 0207e71


Ignore:
Timestamp:
Jun 3, 2016, 1:24:53 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:
40b1df9
Parents:
37bf576
Message:

adde timeout of 30 minutes to build

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    r37bf576 r0207e71  
    7575
    7676        try {
    77                 // //Prevent the build from exceeding 30 minutes
    78                 // timeout(30) {
    79                 //
     77                //Prevent the build from exceeding 30 minutes
     78                timeout(30) {
    8079                        //Wrap build to add timestamp to command line
    8180                        wrap([$class: 'TimestamperBuildWrapper']) {
     
    8685
    8786                        }
    88                 // }
     87                }
    8988
    9089        }
Note: See TracChangeset for help on using the changeset viewer.