Jack
Jack

Reputation: 491

Jenkins throws: Connection to Nexus refused error?

We are using Maven deploy Plugin and Jenkins can not deploy and throws Exception? Locally it works(console). Why is that?

jenkins error:

 Could not transfer artifact XX:XYZ from/to nexus (http://10.0.0.0:8081/nexus/content/groups/public): Connection to http: //10.0.0.0:8081 refused


for download e.g. a dependency jar from the Nexus Jenkins throws the same error

Upvotes: 0

Views: 1703

Answers (1)

Nicola Musatti
Nicola Musatti

Reputation: 18236

It looks like you have a firewall that is blocking traffic to IP address 10.0.0.0 on port 8081.

Upvotes: 1

Related Questions