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(2092): [2] Dropdown build parameters #398

Merged

Conversation

yoshwata
Copy link
Contributor

@yoshwata yoshwata commented Jul 30, 2020

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#573
screwdriver-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.


```yaml
parameters:
nameA: "value1"
nameB:
value: "value2"
description: "description of nameB"
nameC: ["value1", "value2"]
Copy link
Member

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?

Copy link
Contributor Author

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.

Copy link
Contributor Author

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?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

small comment!

@yoshwata yoshwata requested a review from tkyi August 3, 2020 06:35
@yoshwata yoshwata requested a review from tkyi August 3, 2020 21:41
@tkyi tkyi merged commit 6957cdc into screwdriver-cd:master Aug 4, 2020
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.

5 participants