Added actionID to identify each build task separately.
Under Jenkins root folder now files are getting store with actionID postfixed to it eg buildArtifact<actionID>.jason
TaskRunProgressPlugin.m now attaches actionID to the each task to avoid conflicting links.
Screenshots
Note: There are a few open questions here about the summary page where we can see multiple summaries as shown below. Please let me know your thoughts on the same if we need to continue as shown below. combining the summary has some UI
limitations from Jenkins side.
We are adding actionID in the logf sentinals to avoid conflicting hyperlinks in case both build runs the same tasks. Should we support this ? per me its very rare that under same job somebody would run the same tasks.
This PR Closes #338
Changes include
actionID
to identify each build task separately.actionID
postfixed to it egbuildArtifact<actionID>.jason
TaskRunProgressPlugin.m
now attachesactionID
to the each task to avoid conflicting links.Screenshots
Note: There are a few open questions here about the summary page where we can see multiple summaries as shown below. Please let me know your thoughts on the same if we need to continue as shown below. combining the summary has some UI limitations from Jenkins side.
actionID
in the logf sentinals to avoid conflicting hyperlinks in case both build runs the same tasks. Should we support this ? per me its very rare that under same job somebody would run the same tasks.