I've got a build running in Jenkins right now and all I can see in the console output is:
Started by user anonymous
Building in workspace /var/lib/jenkins/workspace/Main
Checkout:Main / /var/lib/jenkins/workspace/Main - hudson.remoting.LocalChannel@820ea4
Using strategy: Default
Cloning the remote Git repository
Cloning repository origin
I understand this is probably because the Git process has not flushed its output stream yet; but it's frustrating because if I run a git clone
from the terminal then I can clearly see a percentage updated in real time telling me how close the command is to being finished.
It wouldn't really matter except that:
Does anybody know if it's possible to somehow get the information I crave?
Search for clone and see where it checks the git version to determine if it passes the --progress flag. If your build is already going there is not much you can do, but for future reference this may be helpful.
--progress
Progress status is reported on the standard error stream by default
when it is attached to a terminal, unless -q is specified. This
flag forces progress status even if the standard error stream is
not directed to a terminal.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With