jenkinsci / next-executions-plugin

Adds a widget in the sidebar with the next build date for all the scheduled projects. It also creates a column definition
https://plugins.jenkins.io/next-executions/
MIT License
10 stars 25 forks source link

Implementing a wordwrap so that longer job names will be rendered correct #109

Closed Waschndolos closed 8 months ago

Waschndolos commented 8 months ago

Fixes: #102

When scheduling a job with a long name the word-wrap ensures the schedule time is displayed correctly. The name is continued in the new line like:

image

Testing done

Tested it with hpi:run

### 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
- [x] 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