question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

(pipelines): Adding a ManualApprovalStep to a Wave

See original GitHub issue

It seems that the following code does not really add the ManualApprovalStep before the build action. What would be the proper way to do this with the new CDK Pipelines?

  pipeline.addWave('CustomWave', {
    pre: [new pipelines.ManualApprovalStep('ManualApproval')],
    post: [
      new pipelines.CodeBuildStep('CustomWaveAction', {
      projectName: 'CustomWaveActionBuild',
      commands: [
          // add rest of the commands here..
      ],
    })],
  });

Environment

  • CDK CLI Version : 2.0.0-rc.17 (build fb5dc58)
  • Framework Version: 2.0.0-rc.17 (build fb5dc58)
  • Node.js Version: 14
  • OS : macOS
  • Language (Version): all

Other


This is 🐛 Bug Report

Issue Analytics

  • State:open
  • Created 2 years ago
  • Comments:10 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
peterwoodworthcommented, Sep 8, 2021

@ryparker any update on this?

0reactions
rix0rrrcommented, Feb 24, 2022

Classifying as p2 since there is a workaround

Read more comments on GitHub >

github_iconTop Results From Across the Web

Add a manual approval action to a pipeline in CodePipeline
You can add an approval action to a stage in a CodePipeline pipeline at the point where you want the pipeline to stop...
Read more >
Adding manual approval stage in CDK CodePipelines
Recently I have got a problem which I am unable to resolve. Went over documentations and resources but none had explained how to...
Read more >
Is there a way to insert a manual approval in Jenkins 2 ...
Best partial solution so far: an input step in the pipeline which stops and asks the user for input (or to abort the...
Read more >
Pipeline deployment approvals - Azure - Microsoft Learn
Select Create, provide the approvers and an optional message, and select Create again to complete the addition of the manual approval check. You ......
Read more >
pipelines: specify dependencies between pre/post steps #17945
When adding multiple pre (or post) steps to a stage, ... a problem about adding a manual approval step using the pre/post commands...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found