StefanSpieker / versioncolumn-plugin

Plugin for monitoring Java and Remoting versions on Jenkins agents

Home Page:http://wiki.jenkins-ci.org/display/JENKINS/VersionColumn+Plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Versions Node Monitors Plugin

This plugin offers two node monitors:

  • Remoting Version

  • JVM Version

Remoting Version Node Monitor

Note
The remoting module handles the network connection between the Jenkins controller and agents.

This monitor will disconnect an agent if it is not running the same version of remoting library as the version on the Jenkins controller.

JVM Version Node Monitor

This monitor offers 3 levels of monitoring:

Level Description & Examples

Default

Agent must run a JVM whose feature-release counter (e.g., 11 or 17) is greater than or equal to that of the controller (strongly recommended minimum).

Even without this plugin, it is critical to the health of your Jenkins cluster that the feature-release counter of the agent JVM match that of the controller.

Examples:

  • Java 11.0.16 agent will not be disconnected from a Java 11.0.17 controller

  • Java 11.0.17 agent will not be disconnected from a Java 11.0.16 controller

  • Java 11.0.17 agent will not be disconnected from a Java 11.0.17 controller

  • Java 17.0.4 agent will not be disconnected from a Java 11.0.17 controller

  • Java 11.0.17 agent will be disconnected from a Java 17.0.4 controller

  • Java 17.0.4 agent will not be disconnected from a Java 17.0.4 controller

  • Java 17.0.4 agent will not be disconnected from a Java 17.0.4.1 controller

  • Java 17.0.4.1 agent will not be disconnected from a Java 17.0.4 controller

  • Java 17.0.4.1 agent will not be disconnected from a Java 17.0.4.1 controller

  • Java 17.0.5+8 agent will not be disconnected from a Java 17.0.5+7 controller

  • Java 17.0.5+7 agent will not be disconnected from a Java 17.0.5+8 controller

Paranoid

Agent must run a JVM whose version number — including feature-release counter, interim-release counter, update-release counter, and patch-release counter (e.g., 11.0.17 or 17.0.4.1) but not including pre-release and build information (e.g., 11.0.17+8, 11.0.17+8-post-Ubuntu-1ubuntu222.04,19+36, or 20-ea+20-1466) — is greater than or equal to that of the controller.

Examples:

  • Java 11.0.16 agent will be disconnected from a Java 11.0.17 controller

  • Java 11.0.17 agent will not be disconnected from a Java 11.0.16 controller

  • Java 11.0.17 agent will not be disconnected from a Java 11.0.17 controller

  • Java 17.0.4 agent will not be disconnected from a Java 11.0.17 controller

  • Java 11.0.17 agent will be disconnected from a Java 17.0.4 controller

  • Java 17.0.4 agent will not be disconnected from a Java 17.0.4 controller

  • Java 17.0.4 agent will be disconnected from a Java 17.0.4.1 controller

  • Java 17.0.4.1 agent will not be disconnected from a Java 17.0.4 controller

  • Java 17.0.4.1 agent will not be disconnected from a Java 17.0.4.1 controller

  • Java 17.0.5+8 agent will not be disconnected from a Java 17.0.5+7 controller

  • Java 17.0.5+7 agent will not be disconnected from a Java 17.0.5+8 controller

Paranoid++

Agent must run a JVM whose version number — including feature-release counter, interim-release counter, update-release counter, and patch-release counter (e.g., 11.0.17 or 17.0.4.1) but not including pre-release and build information (e.g., 11.0.17+8, 11.0.17+8-post-Ubuntu-1ubuntu222.04,19+36, or 20-ea+20-1466) — is equal to that of the controller.

Examples:

  • Java 11.0.16 agent will be disconnected from a Java 11.0.17 controller

  • Java 11.0.17 agent will be disconnected from a Java 11.0.16 controller

  • Java 11.0.17 agent will not be disconnected from a Java 11.0.17 controller

  • Java 17.0.4 agent will be disconnected from a Java 11.0.17 controller

  • Java 11.0.17 agent will be disconnected from a Java 17.0.4 controller

  • Java 17.0.4 agent will not be disconnected from a Java 17.0.4 controller

  • Java 17.0.4 agent will be disconnected from a Java 17.0.4.1 controller

  • Java 17.0.4.1 agent will be disconnected from a Java 17.0.4 controller

  • Java 17.0.4.1 agent will not be disconnected from a Java 17.0.4.1 controller

  • Java 17.0.5+8 agent will not be disconnected from a Java 17.0.5+7 controller

  • Java 17.0.5+7 agent will not be disconnected from a Java 17.0.5+8 controller

Configuration Page

Enable Versions Node Monitors

About

Plugin for monitoring Java and Remoting versions on Jenkins agents

http://wiki.jenkins-ci.org/display/JENKINS/VersionColumn+Plugin


Languages

Language:Java 74.0%Language:HTML 26.0%