Reputation: 491
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
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