diff --git a/README.md b/README.md index d3b6483..e84f398 100644 --- a/README.md +++ b/README.md @@ -246,9 +246,13 @@ Output are shown in **Console Output** - 25.4.0+3 + 26.1.0+4 latest + + 25.4.0+3 + 0.0.1.304.vf87760e239a_a_ + 25.3.0+1 0.0.1.303.va_58e751ea_306 (with security vulnerability fix) diff --git a/src/main/java/io/jenkins/plugins/eggplant/utils/CLIRunnerHelper.java b/src/main/java/io/jenkins/plugins/eggplant/utils/CLIRunnerHelper.java index e98436d..febcd78 100644 --- a/src/main/java/io/jenkins/plugins/eggplant/utils/CLIRunnerHelper.java +++ b/src/main/java/io/jenkins/plugins/eggplant/utils/CLIRunnerHelper.java @@ -27,7 +27,7 @@ public class CLIRunnerHelper{ - private final static String CLI_VERSION = "25.4.0+3"; + private final static String CLI_VERSION = "26.1.0+4"; private final static Map CLI_FILENAME = Stream.of( new AbstractMap.SimpleEntry<>(OperatingSystem.LINUX, "eggplant-runner-Linux-${cliVersion}"), new AbstractMap.SimpleEntry<>(OperatingSystem.MACOS, "eggplant-runner-MacOS-${cliVersion}"),