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

feat(pipeline/configuration): Updated pipeline level configuration that introduces a new property named metadata. #4808

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tonyg4864
Copy link
Contributor

SpEL processing pipeline.metadata so that it is resolved/ready when referenced.

…at introduces a new property named metadata.

SpEL processing pipeline.metadata so that it is resolved/ready when referenced.
@dbyron-sf
Copy link
Contributor

What's the motivation for this change?

@tonyg4864
Copy link
Contributor Author

tonyg4864 commented Dec 6, 2024

What's the motivation for this change?

  1. The original motivation is a CDEvents Pipeline level notification. I needed to send a Pipeline Level CDEvent notification with a payload that includes data from stages. Example : A Pipeline Level CDEvent Notification that includes data from all failed stages. Do not want to need to add a notification config to each specific stage to be able to accomplish this. This notification should be able to access Pipeline level constants/properties(metadata) avoiding the need to have successfully executed a "Evaluate Variables" stage.
  2. Second motivation is to be able to include pipeline wide properties/constants that can be referenced anywhere without having to run a "Evaluate Variables" stage.

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.

2 participants