Managing & Executing Pipelines
This page explains how to execute pipelines in Revvy, either automatically through triggers or manually on demand. It also describes how to monitor results after execution.
Pipelines in Revvy can be executed in two ways:
Automatic execution — triggered by predefined actions, such as commits or pull request merges.
Manual execution — triggered directly by a user from the pipeline interface.
Both approaches ultimately log results in the Activities tab, where you can track success, failures, or exceptions for each step.
Automatic Execution

Open the Settings tab of a pipeline.
Toggle Run automatically to enable automation.
Select a Trigger action:
Commit to Branch
Pull Request Merge
Choose a Trigger branch (e.g., ReleaseBranch, or feature branches).
Click Save.
Once configured, the pipeline launches automatically whenever the trigger condition is met.
Example: A QA pipeline is set to run automatically when code is merged into the ReleaseBranch. Every merge event automatically triggers validation, deployment, or rollback steps without user intervention.
Manual Execution
Go to the Pipelines tab.
Click Run pipeline.
In the modal:
Select a Branch.
Select a Pipeline.
Click Run to start the process.
Example: A developer manually selects the JiraUserStory branch and the QA Pipeline, then runs it on demand for validation testing.
Viewing Results

Once a pipeline runs (automatic or manual), results are visible in the Activities tab of the target branch. Each step displays:
Status — Completed, Failed, or Exception.
Type — operation performed (Deploy, Validate, Rollback, WebHook, Code Scan, Execute Apex, etc.).
Created by — the user or system that triggered the run.
Duration — how long the step took to complete.
Timestamp — start and finish times.
Example: In the ReleaseBranch Activities tab, results may include:
Rollback — Completed in 17s
Deploy — Completed in 43s
WebHook — Completed in 3s
Code Scan — Exception in 1m 2s
This provides full traceability and ensures teams can troubleshoot or confirm successful deployments quickly.
Last updated
Was this helpful?
