Project

General

Profile

« Previous | Next » 

Revision 50732

changed checkout strategy

View differences:

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

Also available in: Unified diff