-
Notifications
You must be signed in to change notification settings - Fork 280
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
Adding tags to build pipeline #167
base: main
Are you sure you want to change the base?
Conversation
@xuzhang3 The tags schema is the same across multiple api endpoints (10+). I've placed it into models folder. Is models a good place to put a shared schema? |
@exocom Some of the resources have the same base schema structure, so they are wrapped into util functions. |
Hi @exocom , Can you help add AccTest to cover the new schema tags? I test with your branch, but tags cannot be added to the build definition. Looks like this is a service issues. |
@xuzhang3 Good catch, there is a bug on the API. I've submitted an issue to MicrosoftDocs/vsts-rest-api-specs#429. Also created an ACC test, however, waiting for feedback on the bug. Hopefully they can fix it otherwise will have to change the implementation. |
All Submissions:
What about the current behavior has changed?
Adding the ability to set tags on build pipeline.
Issue Number:
Does this introduce a change to
go.mod
,go.sum
orvendor/
?Does this introduce a breaking change?
Any relevant logs, error output, etc?
(If it’s long, please paste to https://ghostbin.com/ and insert the link here.)
Other information