-
Notifications
You must be signed in to change notification settings - Fork 67
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(2092): [2] Dropdown build parameters #398
feat(2092): [2] Dropdown build parameters #398
Conversation
|
||
```yaml | ||
parameters: | ||
nameA: "value1" | ||
nameB: | ||
value: "value2" | ||
description: "description of nameB" | ||
nameC: ["value1", "value2"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should we add that the default will be the first value in the array?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, and It is important thing. I add about that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @tkyi. Is it OK?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
small comment!
Co-authored-by: Tiffany K <[email protected]>
…river-cd/guide into dropdown-parameters
Co-authored-by: Tiffany K <[email protected]>
Context
Add feature of screwdriver-cd/screwdriver#2092
Objective
Please merge after screwdriver-cd/ui#575
Add about dropdown build parameters.
References
License
screwdriver-cd/ui#573screwdriver-cd/ui#575
I confirm that this contribution is made under the terms of the license found in the root directory of this repository's source tree and that I have the authority necessary to make this contribution on behalf of its copyright owner.