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

PushTask

will-clark edited this page Sep 23, 2013 · 4 revisions

Description

Perform a git push.

Attributes

Name Description Required
includetags Whether or not to include all tags while pushing false
pushfailedproperty Sets a boolean property if the git push fails false
failonerror Whether or not an exception should be thrown if the task fails. 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 true
directory Sets the Git repository directory, if not set in the parent task. true
Clone this wiki locally