File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
src/main/java/io/jenkins/plugins/eggplant/utils Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff 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>
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments