Hi All,
I am trying to upload files into raw repositories created in the Nexus using curl command from GitLAB CI/CD, I am getting the below error :
Invoke-WebRequest : A positional parameter cannot be found that accepts
argument '--upload-file'.
The same curl command when manually run from the command prompt it is working fine ( Files are getting uploaded).
I have tried even removing the alias in the power shell, but no luck,
Requesting you to help on this.
--
You received this message because you are subscribed to the Google Groups "Nexus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nexus-users...@glists.sonatype.com.
To view this discussion on the web visit https://groups.google.com/a/glists.sonatype.com/d/msgid/nexus-users/242a2cd1-ce71-4955-beec-237a9177bc2an%40glists.sonatype.com.
Yes , it is coming from GitLab. When i manually execute the curl command through the command prompt the files are getting uploaded into Nexus Raw repositories.
But when i do through Gitlab i am getting this error. Can you please advise how to resolve this.