workflow-job-plugin
workflow-job-plugin copied to clipboard
Remove the `WorkflowRun/index.jelly` file
Relates to https://github.com/jenkinsci/jenkins/pull/8110
This PR removes the WorkflowRun/index.jelly
file as if #8110 is merged, it'd be possible to rely on the Run/index.jelly
file from Jenkins instead.
It would be preferable to have plugins extend pages rather than to reimplement them to make changes in core easier and more consistent. This will be important with upcoming works on the Jenkins user experience, such as introducing app bars, new widgets and adjusting the sidebar.
If there's anything I've missed do let me know.
Before
After
Testing done
Submitter checklist
- [ ] Make sure you are opening from a topic/feature/bugfix branch (right side) and not your main branch!
- [ ] Ensure that the pull request title represents the desired changelog entry
- [ ] 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