Project

General

Profile

« Previous | Next » 

Revision 50733

changed checkout strategy

View differences:

modules/dnet45-DSL-job/job45.groovy
26 26
          mavenJob(j_name) {    
27 27
            scm {
28 28
                svn {
29
                      location(URLSource)
30
                      checkoutStrategy(SvnCheckoutStrategy.CHECKOUT)
31
                    }
29
                    location(URLSource)
30
                    checkoutStrategy(SvnCheckoutStrategy.CHECKOUT)                  
31
                  }
32 32
            }
33 33
            triggers {
34 34
               scm('H/10 * * * *')

Also available in: Unified diff