Skip to content
This repository has been archived by the owner on Dec 18, 2022. It is now read-only.

CloneTask

Rimero Solutions edited this page Jul 28, 2013 · 2 revisions

Description

Clone a repository

Attributes

Name Description Required
branchnames Sets the branch names to clone true
branchtotrack Sets the branch to track false
bare Sets whether or not the repository is bare false
clonesubmodules Sets whether or not sub-modules should be cloned false
cloneallbranches Whether or not to clone all branches false
nocheckout Sets whether or not to checkout any branches false
settingsref Sets a git settings reference false
unless Do not execute unless a given condition is met false
if Continue execution only if a condition is met false
uri Sets the git repository uri false
directory Sets the Git repository directory, if not set in the parent task. true
Clone this wiki locally