Tool to create a new pipeline for a specific branch or tag in a GitLab project. Use when you need to manually trigger a CI/CD pipeline run, optionally passing variables or inputs. For merge request pipelines, use the dedicated merge requests endpoint instead.
refRequiredstringThe branch or tag name to create the pipeline for.
inputsobjectA hash of key-value pairs for CI/CD inputs when creating the pipeline. Available in GitLab 18.1 and later.
variablesarrayAn array of pipeline variables. Each variable must have a 'key' and 'value'. Optionally specify 'variable_type' as 'env_var' (default) or 'file'.
project_idRequiredThe ID or URL-encoded path of the project.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.