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
What is the purpose of this pull request?
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