Okay, so looks like what I should try in order to:
1. make checkouts faster
2. be able to git tag & push

Is the following:

1. Try with:

checkout(
 extensions: [
     [$class: 'CloneOption',
          depth: 1,
          shallow: true
     ]
 ]
)


2. Wait for Stephen...



BTW, I thought the shallow cloning is basically to specify depth, so why 
shallow:true is needed in additition to depth:1 ?

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/8083e7e7-20b5-4e32-b506-343e444b4eaf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to