-
Bug
-
Resolution: Unresolved
-
Critical
-
None
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
- is related to
-
JENKINS-63607 Improve the version column checks for remoting compatibility
-
- Open
-
[JENKINS-72688] "This node is offline because it uses an old agent.jar" error is misleading
Summary | Original: "This node is offline because it uses an old" is misleading | New: "This node is offline because it uses an old" error is misleading |
Description |
Original:
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 |
New:
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 |
Summary | Original: "This node is offline because it uses an old" error is misleading | New: "This node is offline because it uses an old agent.jar" error is misleading |
Link | New: This issue is related to JENKINS-63607 [ JENKINS-63607 ] |
To be sure that I understand the request, I think that you are saying that the existing message that says "Making <agent> offline temporarily due to the use of an old agent.jar" should instead say something like "Making <agent> offline temporarily due to the use of an agent.jar version <version> instead of the expected version <version>".
If so, then I think this would be better solved by JENKINS-63607 which proposes to accept newer versions of Jenkins remoting without a message.