Changeset f408e1a for Jenkinsfile


Ignore:
Timestamp:
May 8, 2017, 3:07:02 PM (8 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
19801aa, 298581c, 4810867, 8f16086
Parents:
620dd2b
Message:

Removed timeout in jenkins build (tests still have timeouts in python scripts)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    r620dd2b rf408e1a  
    2828                wrap([$class: 'TimestamperBuildWrapper']) {
    2929
    30                         //Prevent the build from exceeding 60 minutes
    31                         timeout(60) {
    32 
    33                                 notify_server()
    34 
    35                                 prepare_build()
    36 
    37                                 checkout()
    38 
    39                                 build()
    40 
    41                                 test()
    42 
    43                                 benchmark()
    44 
    45                                 clean()
    46 
    47                                 build_doc()
    48 
    49                                 publish()
    50 
    51                                 notify_server()
    52                         }
     30                        notify_server()
     31
     32                        prepare_build()
     33
     34                        checkout()
     35
     36                        build()
     37
     38                        test()
     39
     40                        benchmark()
     41
     42                        clean()
     43
     44                        build_doc()
     45
     46                        publish()
     47
     48                        notify_server()
    5349                }
    5450        }
Note: See TracChangeset for help on using the changeset viewer.