Unable to upload artifact to Nexus Repository - S4SDK Pipeline
On your VM, login to your Jenkins container
ex
docker exec -it s4sdk-jenkins-master bash
Then execute curl command to reach the nexus from there.
ex
curl http://<your VM's IP>:8081/nexus
You will be able to upload artifact to nexus, only if the host is reachable from within the Jenkins container.