Hello,
I have a requirement. I need to download an Artifact from Nexus as a Jenkins job and push it to a remote server.
* For the Jenkins instance installed in Linux am doing it using the Execute Shell. In execute shell, I download it and then scp to the remote instance I want this artifact to be pushed to.
But, I need help with the Jenkins instance installed on Windows server. I can't do the Execute Shell on Windows. Any suggestions would be really appreciated.