Changeset 725f36f5 for Jenkinsfile


Ignore:
Timestamp:
May 27, 2016, 4:22:48 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:
c9d651d
Parents:
10e81ac
Message:

modified Jenkinsfile to use master node instead if 'linux'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    r10e81ac r725f36f5  
    1 node ('linux'){
     1node ('master'){
    22  stage 'Build'
    33  checkout scm //checkout the source code from source control
Note: See TracChangeset for help on using the changeset viewer.