Skip to content

Jenkins Plugin 1.4.0 Release Note

Introduction

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

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

Jenkins Plugin 1.4.0 was released on July 25, 2021.


New features


Bug fixes

  • Issue jenkins-plugin #10 OutOfMemoryError while executing a PEaC containing a lot of tests
    The Jenkins plugin 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 Jenkins Plugin 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.

Back to top