Manual trigger
Triggering a pipeline manually lets you specify:
- The revision, branch or tag for which the pipeline will run
- The actions to run (for example, if you want to re-deploy the same build)
- Whether the deployments should be based on the changeset or made from scratch
- Whether the cache should be cleared before execution
- The priority of the execution
Branch
You can specify which branch your manual pipeline should deploy to
Tag
Allows you to deploy to one, or more, tags
Image loading...
Wildcard
Allows you to create patterns to which the deployment will be made. Wildcards support ref names and ref paths.
Hint
If you want to learn more about using Wildcards please check this article
Codeless
Codeless option is for pipelines that do not require code stored in the filesystem to run. For example pipeline that only has a ping action. Codeless pipeline will not use Git revisions.
Last modified on Sep 23, 2024