jenkinsci / pipeline-agent-build-history-plugin

Agent Build History with pipeline jobs for Jenkins
https://plugins.jenkins.io/pipeline-agent-build-history/
MIT License
2 stars 2 forks source link

ui improvements #2

Closed mawinter69 closed 7 months ago

mawinter69 commented 7 months ago

put the Show Nodes button in an own column include agent name in title

Testing done

### Submitter checklist
- [x] Make sure you are opening from a **topic/feature/bugfix branch** (right side) and not your main branch!
- [x] Ensure that the pull request title represents the desired changelog entry
- [x] Please describe what you did
- [ ] Link to relevant issues in GitHub or Jira
- [ ] Link to relevant pull requests, esp. upstream and downstream changes
- [ ] Ensure you have provided tests - that demonstrates feature works or fixes the issue
MarkEWaite commented 7 months ago

Thanks so much for this plugin! It works great in my installation of Jenkins weekly. I think that I'll ask for it to be added to weekly.ci.jenkins.io.

I see a console link in the rightmost column of my installation of the plugin. When I show nodes, it would be nice if the console link could show me the console for the job output of that specific node. Is that possible?

mawinter69 commented 7 months ago

I see a console link in the rightmost column of my installation of the plugin. When I show nodes, it would be nice if the console link could show me the console for the job output of that specific node. Is that possible?

I could link to the console of that node but that would only show the line Running on node in workspacedir. That doesn't provide any additional information. Unfortunately there is nothing that provides an aggregated log of all steps inside a step that accepts a closure (might be an idea for a plugin)

From the context menu one has links to pipeline graph or blue ocean when those plugins are installed.