jenkinsci / jenkinsci/versioncolumn-plugin
[JENKINS-72688] "This node is offline because it uses an old agent.jar" error is misleading
- Dominant language
- Java
- Stars
- 4
- Forks
- 23
- Avg merge
- 1h 58m
- Merged PRs (30d)
- 1
Description
Hi,
The text "This node is offline because it uses an old" is misleading since the actual code is looking for the exact match, thus, the error should be "This node is offline because version needed is ". of course should be version we compared to, usually the built-in version
Jenkins version: 2.332.3
versioncolumn-plugin: 2.2
---
Originally reported by
tzach_solomon, imported from: "This node is offline because it uses an old agent.jar" error is misleading
Raw content of original issue
Hi,
The text "This node is offline because it uses an old" is misleading since the actual code is looking for the exact match, thus, the error should be "This node is offline because version needed is <VERSION>". <VERSION> of course should be version we compared to, usually the built-in version
Jenkins version: 2.332.3
versioncolumn-plugin: 2.2
Contributor guide
Assessment
This issue has not been assessed yet.