Changeset d29a394 for Jenkins/Distribute


Ignore:
Timestamp:
Dec 3, 2020, 8:56:11 PM (3 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
7b2a786, cf2257f
Parents:
c3d3c22
Message:

Distribute not checksout a specific commit on the target node

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkins/Distribute

    rc3d3c22 rd29a394  
    2626                wrap([$class: 'TimestamperBuildWrapper']) {
    2727
    28                         gitref = prepare_build()
     28                        final commit = prepare_build()
    2929
    3030                        node('x64') {
     
    3434                                Tools.clean()
    3535
    36                                 Tools.checkout(gitref)
     36                                Tools.checkout( commit )
    3737                        }
    3838
Note: See TracChangeset for help on using the changeset viewer.