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

TEP-0075: Validate Pipeline object variables in value, matrix and when #4902

Merged
merged 1 commit into from
Jul 12, 2022

Commits on Jul 11, 2022

  1. TEP-0075: Validate Pipeline object variables in value, matrix and when

    Besides task steps, Parameter variables can be used as the value of
    a param, matrix or when expression.
    
    Those validations regarding object type are added:
    - The whole object value can only be used when providing values
    for other object param. example:
    ```
    params:
    - name: arg
      value: $(params.myObject[*])
    ```
    - Individual object attributes should be used in all other cases
    (string/array val, matrix and when expression).
    chuangw6 committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    4525854 View commit details
    Browse the repository at this point in the history