-
Notifications
You must be signed in to change notification settings - Fork 48
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
Build Results Service #18
Comments
I'm having this same issue. @kdelorey did you manage to find any work arounds? |
@NickHeap2 I did not unfortunately, and I had to move on to other things. I'll be very interested to know if you find anything out. |
If anyone is looking for a workaround (this still has not been fixed), I used this ugly hack that works for some reason:
|
If somebody still needs a solution for this issue, please try this: microsoft/vsts-extension-samples#143 (comment) |
In an attempt to add a new tab to the build results page using the
ms.vss-build-web.build-results-view
target andms.vss-build-web.build-results-tab
type I found that there doesn't seem to be a way to retrieve contextual information about a build that a user is viewing.There is a IBuidPageData service, but it does not work on the build results view. If I try an manually try and grab the build ID (to use with the REST client) out of the parent window's URL I'll get a cross-site origin error.
Can something be added to retrieve build result information?
Related: build-results-enhancer
The text was updated successfully, but these errors were encountered: