-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Show prebuild logs for all tasks #9994
Comments
This would be extremely helpful since if a prebuild step fails that isn't the first task in the list, you have to debug by re-ordering the task list so that the failing task is the first task. Also if the first task is faster than other tasks, it seems like the prebuild has hung, when actually it's just working on something else that the user can't see |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Another user request for this [1] (internal) |
Just to help anyone in the same place here. It's actually do-able already via API calls their web makes. If you watch the calls when you open the Prebuild log page you'll see a call to If you swap out the I had to blank the GUID because the links are also not secured. I'll try put together a PR if I find some time over the next month. |
Is there any chance that we'll see a solution here? |
You can reproduce a prebuild locally from the workspace with |
Thanks for the fast answer. I knew the However, the EDIT: Ok, the mysql problem seems to occur there as well, but I was able to easily see my current problem in the logs :) |
It is strange |
The prebuild logs viewer in workspace startup, and in project prebuilds, only shows the logs for the first tasks.
This makes it difficult to debug prebuilds in workspaces with multiple tasks, e.g. multi-repo workspaces.
Since tasks can run in parallel, there need to be multiple log display areas in the page.
I quite like the way the werft UI does this.
cc: @gtsiolis
Front conversations
The text was updated successfully, but these errors were encountered: