Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(core) custom codebuild stages #37

Closed
malachi-constant opened this issue Mar 1, 2022 · 0 comments · Fixed by #39
Closed

(core) custom codebuild stages #37

malachi-constant opened this issue Mar 1, 2022 · 0 comments · Fixed by #39
Assignees
Labels
Milestone

Comments

@malachi-constant
Copy link
Contributor

Is your idea related to a problem? Please describe.
Enable users to add their custom CodeBuild stage to the CICD pipeline

Describe the solution you'd like

Something like:

CICDPipelineStack(
        app,
        id="DDKCICDPipelineStack",
        environment_id="dev",
        pipeline_name="ddk-cicd-pipeline",
    )
    .add_source_action(repository_name="ddk-repository")
    .add_synth_action()
    .build()
    .add_stage("dev", ApplicationStage(app, "dev"))
    .add_custom_stage(stage_name="my-custom-stage", commands=["whoami"])

P.S. Don't attach files. Please, prefer add code snippets directly in the message body.

@malachi-constant malachi-constant added the enhancement New feature or request label Mar 1, 2022
@malachi-constant malachi-constant self-assigned this Mar 1, 2022
@malachi-constant malachi-constant added this to the 0.2.0 milestone Mar 1, 2022
@malachi-constant malachi-constant linked a pull request Mar 3, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant