Skip to content

Plugin for Jenkins 1.4.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 1.4.0 compared to version 1.3.2.

Plugin for Jenkins 1.4.0 is compatible with version 2.164.1 or higher of Jenkins.

Plugin for Jenkins 1.4.0 was released on July 25, 2022.


New features


Bug fixes

  • Issue jenkins-plugin #10 OutOfMemoryError while executing a PEaC containing a lot of tests
    The Plugin for Jenkins was running out of memory when executing a PEaC containing several hundreds of tests. It is now able to support any number of tests.

  • Issue jenkins-plugin #7 NullPointerException in the RFC8288PageLink code.
    The Plugin for Jenkins was sometimes crashing on a NPE.

  • Issue jenkins-plugin #2 Generator : Warnings about "Parameter ... not resolvable to a concrete type"
    A noisy useless message has been removed.