| Same problem of access denied both using maven or curl in order to upload an artifact to Nexus from or bat() sentence using Jenkinsfile. Using the curl command in a terminal works: "> curl -v -u user:passwd --upload-file c:\path\file.zip http://localnexus:80801/file.zip" Nevertheless, the same command in a jenkinsfile returns access denied without any more information. So...the problem is not just for maven uploads, because I was uploading a zip of a netcore raw artifact using 'curl'. Weird part is that it worked some days ago. Now all my jenkinsfiles uploading to nexus doesn't work so I augmented the priority of the issue to critical, because it can be even blocker. |