Hello,
I have two jobs in Jenkins, one that builds an .NET API and one that builds 2 WebJobs to be deployed in Azure.
For the first one (API) I’m able to push the package to Octopus Builtin Feed using an API KEY and for the second job I get 403 (Forbidden) with the same API Key on the same Builtin Feed.
Am I missing something with the permissions?
Pushing XXX.Account.API.2.0.40.nupkg to ‘http://10.4.0.4/nuget/packages’…
PUT http://X.X.X.X/nuget/packages/
Created http://X.X.X.X/nuget/packages/ 2080ms
Your package was pushed.
Pushing XXX.WebJobs.Cleanup.2.0.19-CleanUp-WJ.nupkg to ‘http://10.4.0.4/nuget/packages’…
PUT http://X.X.X.X/nuget/packages/
Forbidden http://X.X.X.X/nuget/packages/ 448ms
Response status code does not indicate success: 403 (Forbidden).