Skip to content
Recued
Menu
← Back to recipes

Approve a CircleCI hold job

by recued-core v1

Approval-gated CircleCI hold-job approval workflow. It reads the workflow and workflow jobs, then approves exactly one pending approval job through recued-core.circleci.workflow.approve using the selected approval_request_id. It does not rerun workflows, cancel jobs or workflows, trigger pipelines, change schedules/triggers, mutate project settings, or call arbitrary CircleCI API routes.

How it works 8 steps

Inspect the data fetches, transforms, gates, and output this recipe runs.

Process (8 steps)
workflow_id trim
Trim whitespace from setting workflow id
approval_request_id trim
Trim whitespace from setting approval request id
workflow ?
jobs_raw ?
jobs default
Apply default
job_count count
Count items in jobs
approve ?
card to_summary
Format results as a summary card
Settings 3 configurable

Configurable at install. Defaults shown — change them anytime in Recued.

circleci setting =
workflow id setting =
approval request id setting =

Trust & control

What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.

Where it runs

Device + server Runs on your device (browser) or your server.

Permissions it requires

Read your Circleci connection
Declared by the recipe — Recued grants these at install, where you review them before approving.

About

Tags

circleci circleciworkflowapproval-jobdeploy-approvalci-cdapprovaldeveloper-workflowpack:circleci

Details

8 steps 3 configurable settings recipe_id: approve-circleci-hold-job