-
Type:
New Feature
-
Resolution: Unresolved
-
Priority:
Major
-
Component/s: plugin-proposals
-
None
I've got a job that runs for a long time (for example, it builds few solutions), Is there a way to know the current solution that is beind compiled on runtine? I mean, the Log is very long, so sometimes is confusing to know what is the current compilation that is running. I want to know what is the current solution that is being compiled now... Any plugin or a way to do that?
it will be problematic to split the solutions into seperate jobs. there will be hunderds of jobs ....
I had two ideas that might solve this isse but the needed to be implemented:
1. Adding a prefix for each row in the Log. The prefix could be a string.
for example, if there was a new Project Compilation started then the Log finds the line
----- Rebuild All started: Project: PROJ1 , Configuration: Release x64 ------
Then it adds all the rows after it the prefix "Building PROJ1" until the log reads the next project:
----- Rebuild All started: Project: PROJ2 , Configuration: Release x64 ------
2. Adding a the current project name that's building to the flashing Job status blue ball. I mean, finding the current building project from the Log, then adding it next to the current job status (the flickering ball).