Are you certain that it is "stuck at checkout"?

When you list the processes on the machine running the build, is there a
"git.exe" process running?  I was able to clone that repository to my
Windows machine without any trouble.  I can't build that Jenkinsfile (don't
have Salesforce installed, don't have a Salesforce account, don't have the
tools needed for Salesforce).

What version of git are you running?  The command "git --version" will
report the version of git installed on that computer.

If you change the global tool configuration for the git location from
'C:\Program
Files\Git\cmd\git.exe' to 'C:\Program Files\Git\bin\git.exe', does it
behave any differently?

Are you using a freestyle job, a pipeline job, or a multi-branch pipeline
to perform the checkout?

What is the configuration of the job which is performing the checkout?

What is the next step after the checkout completes?

Is that step stuck?

Mark Waite

On Sun, Dec 17, 2017 at 6:33 PM Ajay Kumar <lajayku...@gmail.com> wrote:

>
> Hi,
>
> My build stuck at this step and not moving forward for some reason, not
> able to trace as I am new to this.
>
> Started by user yearup <http://localhost:8080/user/yearup>
> Checking out git https://github.com/salesforce1development/sfdx-dreamhouse 
> into C:\Program Files 
> (x86)\Jenkins\workspace\JenDemoWithSFDX_SampleApp-NTC6XDVYBINK2CSWFSWVHC4PDIDD7PD5DOFNIB2LIPPSIAV7XRNA@script
>  to read Jenkinsfile
>  > C:\Program Files\Git\cmd\git.exe rev-parse --is-inside-work-tree # 
> timeout=10
> Fetching changes from the remote Git repository
>  > C:\Program Files\Git\cmd\git.exe config remote.origin.url 
> https://github.com/salesforce1development/sfdx-dreamhouse # timeout=10
> Fetching upstream changes from 
> https://github.com/salesforce1development/sfdx-dreamhouse
>  > C:\Program Files\Git\cmd\git.exe --version # timeout=10
>  > C:\Program Files\Git\cmd\git.exe fetch --tags --progress 
> https://github.com/salesforce1development/sfdx-dreamhouse 
> +refs/heads/*:refs/remotes/origin/*
>  > C:\Program Files\Git\cmd\git.exe rev-parse 
> "refs/remotes/origin/master^{commit}" # timeout=10
>  > C:\Program Files\Git\cmd\git.exe rev-parse 
> "refs/remotes/origin/origin/master^{commit}" # timeout=10
> Checking out Revision 0f728547cbca41304de12217b0c9a65f1a5b2d14 
> (refs/remotes/origin/master)
>  > C:\Program Files\Git\cmd\git.exe config core.sparsecheckout # timeout=10
>  > C:\Program Files\Git\cmd\git.exe checkout -f 
> 0f728547cbca41304de12217b0c9a65f1a5b2d14
>
>
> Regards,
> Ajay
>
> --
> You received this message because you are subscribed to the Google Groups
> "Jenkins Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to jenkinsci-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-users/45d54ada-b68e-4713-aac8-441934c79cdb%40googlegroups.com
> <https://groups.google.com/d/msgid/jenkinsci-users/45d54ada-b68e-4713-aac8-441934c79cdb%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAO49JtEL93bnS_Mxx02%3D2iJHiu-ngG5OpVnZ%2BJ00Z8Z%3D9XXF%3Dw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to