Feb 1, 2021 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 an
stage('Deploy') {
steps {
echo 'Deploying'
bat 'dir'
}
}
}
}
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 you
that batch 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:
> Than
t; bat 'type ngrok.yml'
> }
> }
>
> stage('Test') {
> steps {
> echo 'Testing'
> bat 'type docker_scrub.sh'
> }
> }
>
> stage('Deploy') {
> steps {
}
}
...
On Friday, January 29, 2021 at 2:33:24 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 Windo
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
with