GitLab · Arazzo Workflow
GitLab Find and Run a Pending Manual Job
Version 1.0.0
List project jobs, pick the first manual job, and trigger it.
Provider
Workflows
find-and-run-manual-job
Locate a manual job in a project and start it.
Lists jobs scoped to manual, captures the first job id, and triggers that job.
1
listManualJobs
listProjectJobs
List jobs scoped to manual so a runnable job can be selected.
2
runJob
triggerManualJob
Trigger the selected manual job.