Create Git Tag

Takes a repository, a Git commit hash, a tag name, and creates the tag in the local repository.

Options

Repository column
A URI column containing paths to local Git repositories.
Commit hash column
A string column containing the commit hashes.
Column with tag names
A string column containing the tag names.
Error handling
If set to report an additional string column will be appended to the input table containing the status with possible errors of the tagging. If set to fail no column will be appended and the node will fail when an error occurs.
Use parallel processing
If this option is selected, parallel processing will be activated. This means that several rows may be processed at the same time. Caution! When this option is enabled errors may occur if a single repository is accessed concurrently, i.e. two URIs point to the same repository.

Input Ports

Icon
A table that contains all necessary data for creating the tags.

Output Ports

Icon
The input table with a possible additional column indicating if the tagging was successful depending on the set Error handling option.

Views

This node has no views

Workflows

Links

Developers

You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.