I am trying to build dotnet core Project using jenkins, my jenkins server is ubuntu, and our Source code in the bitbucket server. i want to build my dotnet proj and transfer build file to a windows server via SSH. I hope someone can refer me a tutorial or example.
I think there should be plenty of examples online that you can find via Google. You probably won’t find the exact thing you are looking for, but you can break it down into pieces that you can Google for like building a dotnet core project and then look for ssh transfers.
We generally like to help out when effort was given first. There’s too many people out there to guide everyone from scratch, especially with so many resources out there.