Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 387 Bytes

File metadata and controls

21 lines (15 loc) · 387 Bytes

Plugin Git

Runs git command for an specific branch. Supports merge, tag, pull and push commands

Configuration

Examples

complete:
    git_step:
        plugin: git
        master:           #<-- branch
            tag:          #<-- action
                name: ""  #<-- Action options
    

Note: Each action has its own options.