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

[feature]: create a strict mode for pipeline configuration parsing #299

Open
steven-terrana opened this issue Jun 30, 2022 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@steven-terrana
Copy link

Feature Description

currently, when a Pipeline Configuration overrides a field it is not allowed to, this is ignored.

propose adding a

jte{
  strict_configuration_overriding = false // default is true 
}

when strict_configuration_overriding is true, the pipeline will fail in the case of:

block{
  field = "something"
}
block{
  field = "something else" // not permitted
}
@steven-terrana steven-terrana added the enhancement New feature or request label Jun 30, 2022
@cokieffebah
Copy link

after reading #300, I see the value. maybe just strict_configuration because it has to apply to @merge also

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

No branches or pull requests

2 participants