Relative Content

Tag Archive for jenkinscurlnexus

Trying to upload pdf files in Jenkins workspace to nexus using curl

i am running a DAST scan using checkmarx in Jenkins pipeline post build action, the scan result is in the Jenkins workspace pdf format, i saved the workspace as a variable and copied *.pdf file to a folder i created, each scan has a date and timestamp on the scan result. I want to copy only the pdf file inside the folder i created to Nexus repository, but my curl command copies the folder nexus instead of the pdf file.