GitLab · Arazzo Workflow
GitLab Trigger a Manual CI Job and Poll to Completion
Version 1.0.0
Start a manual CI job, then poll its status until it finishes.
Provider
Workflows
trigger-manual-job-and-poll
Run a manual CI job and poll its status until it completes.
Triggers a manual job, then polls the single-job endpoint, looping while the job is still running and ending when it reaches a terminal status.
1
playJob
triggerManualJob
Trigger the manual job so it starts running.
2
pollJob
getSingleJob
Read the job status; if still running, loop back to poll again, otherwise finish.