Skip to content

Commit a58e751

Browse files
authored
Enhancement - update 25.3 (#80)
* Update plugin to support 25.3
1 parent e750798 commit a58e751

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,11 @@ Output are shown in **Console Output**
207207
<tbody>
208208
<tr>
209209
<td>25.3.0+1</td>
210-
<td><a href="https://plugins.jenkins.io/eggplant-runner/">latest </a></td>
210+
<td><a href="https://plugins.jenkins.io/eggplant-runner/"> latest </a>(with security vulnerability fix)</td>
211+
</tr>
212+
<tr>
213+
<td>25.3.0+1</td>
214+
<td><a href="https://plugins.jenkins.io/eggplant-runner/"><a href="https://updates.jenkins.io/download/plugins/eggplant-runner/0.0.1.301.v963cffe8ddb_8/eggplant-runner.hpi"> 0.0.1.301.v963cffe8ddb_8 </a></td>
211215
</tr>
212216
<tr>
213217
<td>25.2.0+5</td>

src/main/java/io/jenkins/plugins/eggplant/utils/CLIRunnerHelper.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -152,11 +152,6 @@ public PasswordAuthentication getPasswordAuthentication() {
152152
return null;
153153
}
154154
});
155-
System.setProperty("http.proxyHost", ip);
156-
System.setProperty("http.proxyPort", String.valueOf(port));
157-
System.setProperty("http.proxyUser", username);
158-
System.setProperty("http.proxyPassword", password);
159-
System.setProperty("jdk.http.auth.tunneling.disabledSchemes", "");
160155
return new Proxy(Proxy.Type.HTTP, new InetSocketAddress(ip, port));
161156
}
162157

0 commit comments

Comments
 (0)