JFrog · Arazzo Workflow
JFrog Pipelines Trigger and Monitor
Version 1.0.0
Trigger a pipeline run, find the new run, and poll until it finishes.
View Spec
View on GitHub
ArtifactoryCI/CDContainer RegistryDevOpsMLOpsPackage ManagementSecuritySoftware Supply ChainArazzoWorkflows
Provider
Workflows
trigger-and-monitor-pipeline
Trigger a pipeline and wait for the resulting run to complete.
Triggers a pipeline on a branch, lists runs to capture the latest run id, then polls run status until it is no longer queued or processing.
1
trigger
triggerPipeline
Trigger a new run of the pipeline on the supplied branch.
2
findRun
listRuns
List the most recent runs for the pipeline to capture the id of the run that was just triggered.
3
pollRun
getRun
Poll the run status. While the status code indicates queued (4001) or processing (4002), loop back and check again; otherwise finish.