Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkins/FullBuild

    r5ed9061 rcb2e8ce  
    2828                def out_dir = pwd tmp: true
    2929                sh "mkdir -p ${out_dir}"
     30
     31                //checkout the code to make sure this is a valid git repo
     32                checkout scm
    3033
    3134                //parse git logs to find what changed
Note: See TracChangeset for help on using the changeset viewer.