Changeset bd8dca2 for Jenkinsfile


Ignore:
Timestamp:
Dec 3, 2020, 4:40:43 PM (4 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:
d8d9130f
Parents:
c74e601
Message:

Pushed import in jenkinsfile to much later

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    rc74e601 rbd8dca2  
    22
    33import groovy.transform.Field
    4 
    5 import static Jenkins.tools.build_stage as build_stage
    6 import Jenkins.tools
    74
    85//===========================================================================================================
     
    505502                ]])
    506503
    507         // It's unfortunate but it looks like we need to checkout the entire repo just to get the pretty git printer
     504        // It's unfortunate but it looks like we need to checkout the entire repo just to get
     505        // - the pretty git printer
     506        // - Jenkins.tools
    508507        checkout scm
     508
     509        import static Jenkins.tools.build_stage as build_stage
     510        import Jenkins.tools
    509511
    510512        final settings = new BuildSettings(params, env.BRANCH_NAME)
Note: See TracChangeset for help on using the changeset viewer.