# Gitlab Branch<no value>
// <!-- Required for asciidoctor -->
:toc:
// Set toclevels to be at least your hugo [markup.tableOfContents.endLevel] config key
:toclevels: 4

[cols="1^,1^,1^",options=header]
|===
| source | condition | target
| &#10004; | &#10004; | &#10007;
|===

== Description

The Gitlab "branch" plugin allows to manipulate Gitlab repository branches.

**source**

When used as a "source", the Gitlab branch plugin allows to get a Gitlab repository branch according the version filter rule provided.

**condition**

When used as a "condition". the Gitlab branch plugin allows to test that specific Gitlab branch exist.

**target** 

Target is not supported, feel free to manifest your interest by opening an issue on link:https://github.com/updatecli/updatecli/issues[updatecil/updatecli/issues], or highlighting an existing one.

== Parameters

{{< resourceparameters "sources" "gitlab/branch" >}}

== Example

[source,yaml]
----
# updatecli.yaml
{{<include "assets/code_example/docs/plugins/resources/gitlab/branch/updatecli.d/default.yaml">}}
----

