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

Support pipeline name as param #43

Merged
merged 3 commits into from
Nov 30, 2022

Conversation

jakul
Copy link
Contributor

@jakul jakul commented Nov 17, 2022

What is the purpose of this pull request?

  • Bug fix
  • Documentation update
  • Code cleanup
  • New feature
  • Other (please explain):

Addresses #36

What changes did you make? (Give a brief overview)
Add the capability to specify pipeline name and pipeline instance vars. This allows one pipeline to configure the webhooks for another one, which is useful when using multi-branch workflows, in which one pipeline is responsible for creating and destroying other pipelines.

Without this change there is no easy way for the parent pipeline to set the webhook in Github to trigger the child pipelines, nor to delete that webhook once the child pipeline is removed.

Is there anything specific you would like reviewers to focus on?
No

@jakul
Copy link
Contributor Author

jakul commented Nov 17, 2022

@GavinFigueroa @billimek FYI

Copy link
Member

@billimek billimek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, @GavinFigueroa any thoughts?

@billimek billimek merged commit 3bfd6ed into homedepot:master Nov 30, 2022
@jakul jakul deleted the feat/support-pipeline-name-as-param branch November 30, 2022 14:39
@GavinFigueroa
Copy link
Collaborator

Thanks for your patience. This looked good to me too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants