Re: Download from Nexus using Jenkins job (Jenkins installed on Windows Machine)

2019-05-24 Thread RobDBA
I "Execute Shell" in my Jenkins on Windows all the time. Most of my jobs contain an even mix of bash and Powershell. Have you tried Cygwin? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving ema

Re: Download from Nexus using Jenkins job (Jenkins installed on Windows Machine)

2019-05-23 Thread Got V
Hello, Any help with this? On Wednesday, May 22, 2019 at 11:36:52 AM UTC-4, Got V wrote: > > 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 > E

Download from Nexus using Jenkins job (Jenkins installed on Windows Machine)

2019-05-22 Thread Got V
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