Issue Type: New Feature New Feature
Assignee: Praqma Support
Components: logging
Created: 23/Jun/13 8:33 AM
Description:

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).

Project: Jenkins
Priority: Major Major
Reporter: Avi Rosenfeld
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply via email to