I have a step which should push my nuget package to my private nexus 
repository.

steps {
       powershell("dotnet nuget push 
Tans.Library.Contracts/bin/Debug/*.nupkg -s NexusOss")
}

But I get the error that it can't find my source. And I also can't use the 
direct url since it requires credentials.
I'm at a bit of a loss because the command works fine in a normal job, but 
not with pipeline.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/a3d660d5-95d2-4204-93a4-51a7f9aa7a1d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to