-
Bug
-
Resolution: Not A Defect
-
Minor
-
None
Version 2.846.v1b_70190624f5 of the SSH Build Agents plugin is intended to install on Jenkins 2.361.1 (the latest LTS version).
However, it does not; the Jenkins 2.361.1 plugin manager says
Warning: The new version of this plugin is marked as incompatible with the installed version.
I think (not sure) that this is because this line in the pom.xml is wrong:
<jenkins.version>2.361</jenkins.version>
It probably should be
<jenkins.version>2.361.1</jenkins.version>
The error is in PR 338