Skip to content

Plugin for Jenkins 2.0.0 Release Note

Introduction

Plugin for Jenkins is a Jenkins plugin to register Squash (or OpenTestFactory) Orchestrator instances in Jenkins configuration and send execution plans to an Orchestrator instance from a pipeline.

This release note describes the changes of Plugin for Jenkins version 2.0.0 compared to version 1.4.0.

Plugin for Jenkins 2.0.0 was released on November 10, 2022.


New features

  • Issue jenkins-plugin #22 Upgrade to Java 11
    In order to be usable with the new Jenkins releases, the plugin has been ported to Java 11.

    Warning

    • if you use Jenkins version 2.357 or later, you must use the Plugin for Jenkins 2.0.0 or later;
    • otherwise, you must use a version 1.x.y of the Plugin for Jenkins (which is compatible with versions 2.164.1 up to 2.356 of Jenkins).
  • Issue jenkins-plugin #24 Implement stepDepth and jobDepth 0
    It is now possible to set stepDepth and jobDepth to 0, meaning that jobs / steps are displayed for any nested depth.


Bug fixes

  • Issue jenkins-plugin #23 Upgrade dependencies
    The plugin dependencies have been upgraded to avoid some vulnerabilities.