jenkinsci / jenkinsci/lockable-resources-plugin
Feature Request: Log time waited
Open
good first issue
log messages
Triage
ui
- Dominant language
- Java
- Stars
- 99
- Forks
- 205
- Avg merge
- 2d 13h
- Merged PRs (30d)
- 8
Description
For analyzing the usage of resources it would be helpful when the message that a lock acquired tell how much time has been waited, so instead
```
[{Label: foo}] is locked, waiting...
Lock acquired on [{Label: foo}]
```
Get
```
[{Label: foo}] is locked, waiting...
Lock acquired on [{Label: foo}] after 1:05:55
```
Contributor guide
Assessment
This issue has not been assessed yet.