Skip to content

Commit

Permalink
Test with older httpcomponents-client-5
Browse files Browse the repository at this point in the history
#1103 describes the
issue.

Ubuntu 22.04 and Debian without Docker listening on port 2375 fails
tests when testing with apache-httpcomponents-client-5-api
5.4-118.v199115451c4d . The same tests pass if tested with
apache-httpcomponents-client-5-api 5.3.1-110.v77252fb_d4da_5

Ubuntu 22.04 and Debian with Docker listening on port 2375 passes
tests with both versions of apache-httpcomponents-client-5-api
  • Loading branch information
MarkEWaite committed Oct 1, 2024
1 parent d83df5a commit a3c6213
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,15 @@
<artifactId>test-harness</artifactId>
<scope>test</scope>
</dependency>
<!-- tests fail with newer httpcomponents-client-5 -->
<!-- httpcomponents-client-5 5.4-118.v199115451c4d shows the failure -->
<!-- https://github.com/jenkinsci/docker-plugin/issues/1103 -->
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>apache-httpcomponents-client-5-api</artifactId>
<version>5.3.1-110.v77252fb_d4da_5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins.workflow</groupId>
<artifactId>workflow-support</artifactId>
Expand Down

0 comments on commit a3c6213

Please sign in to comment.