Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,9 +246,13 @@ Output are shown in **Console Output**
</thead>
<tbody>
<tr>
<td>25.4.0+3</td>
<td>26.1.0+4</td>
<td><a href="https://plugins.jenkins.io/eggplant-runner/">latest </a></td>
</tr>
<tr>
<td>25.4.0+3</td>
<td><a href="https://plugins.jenkins.io/eggplant-runner/"><a href="https://updates.jenkins.io/download/plugins/eggplant-runner/0.0.1.304.vf87760e239a_a_/eggplant-runner.hpi"> 0.0.1.304.vf87760e239a_a_ </a></td>
</tr>
<tr>
<td>25.3.0+1</td>
<td><a href="https://plugins.jenkins.io/eggplant-runner/"><a href="https://updates.jenkins.io/download/plugins/eggplant-runner/0.0.1.303.va_58e751ea_306/eggplant-runner.hpi"> 0.0.1.303.va_58e751ea_306 </a>(with security vulnerability fix)</td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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<OperatingSystem, String> CLI_FILENAME = Stream.of(
new AbstractMap.SimpleEntry<>(OperatingSystem.LINUX, "eggplant-runner-Linux-${cliVersion}"),
new AbstractMap.SimpleEntry<>(OperatingSystem.MACOS, "eggplant-runner-MacOS-${cliVersion}"),
Expand Down
Loading