Re: Checkout failure on Windows

2021-02-02 Thread Patrick Moran
21 at 7:38 PM Patrick Moran wrote: > >> I am using a declarative pipeline. It's not in a Jenkinsfile, however. >> >> Thanks, >> Pat >> >> The last pipeline definition I used is below: >> >> pipeline { >> agent any >> >

Re: Checkout failure on Windows

2021-02-01 Thread Patrick Moran
' } } } } On Monday, February 1, 2021 at 7:01:59 PM UTC-6 Mark Waite wrote: > On Mon, Feb 1, 2021 at 1:54 PM Patrick Moran wrote: > >> Mark, >> >> I tried to reproduce your steps as best I could. >> - I already have git, java and jenkins installed so I did not re-i

Re: Checkout failure on Windows

2021-02-01 Thread Patrick Moran
file. It seems like the checkout has not actually cloned the repo to my jenkins workspace while running the pipeline, but that the files are there when the pipeline has finished. Is this correct? Thanks, Pat On Friday, January 29, 2021 at 8:47:53 PM UTC-6 Patrick Moran wrote: > Thanks Mark! I

Re: Checkout failure on Windows

2021-01-29 Thread Patrick Moran
e('Test') { > steps { > echo 'Testing' > bat 'type docker_scrub.sh' > } > } > > stage('Deploy') { > steps { > echo 'Deploying' > bat 'type inbound-jenkins-agent-alpine' > } > } > } > } &

Re: Checkout failure on Windows

2021-01-29 Thread Patrick Moran
4 PM UTC-6 Mark Waite wrote: > May want to try "origin/feature/test-PM" instead > > On Fri, Jan 29, 2021 at 1:25 PM Patrick Moran wrote: > >> Hello, >> >> >> >> I have installed Jenkins on my Windows 10 machine, created a pipeline and >> ru

Checkout failure on Windows

2021-01-29 Thread Patrick Moran
Hello, I have installed Jenkins on my Windows 10 machine, created a pipeline and run it. When it runs I get a message "ERROR: Unable to retrieve commit message" when I try to checkout the last commit. The commit number is correct and I can run the steps listed in the console output by hand