On 29.09.2017 09:11, Dirk Heinrichs wrote:

This looks to me as if you were trying to run the git commands from an "Execute Windows Batch" step in your Jenkins job. It's far easier to simply use the Git plugin to do the job together with the SSH key you provided to Jenkins via "Manage Jenkins" -> "Credentials". This can also be configured to use JGit so that you don't even need GfW installed.


Actually that is the console output of a
checkout([$class: 'GitSCM', branches:....
line (within the first stage) with tries username/password, username/key and no credentials using the username in the repository line ("user@git...")

Best regards
        Andreas
--
Andreas Tscharner                             sternenfe...@gmail.com

Gordon's Law:
If you think you have the solution, the question was poorly phrased.

--
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/b2a1bc5e-6683-1904-f736-9bf873a29e20%40gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to