Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. using GIT_SSH to set credentials jenkins-generated-ssh-key
  2.  
  3. at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2318)
  4. at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1905)
  5. at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$400(CliGitAPIImpl.java:81)
  6. at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:488)
  7. at jenkins.plugins.git.AbstractGitSCMSource.doRetrieve(AbstractGitSCMSource.java:365)
  8. at jenkins.plugins.git.AbstractGitSCMSource.doRetrieve(AbstractGitSCMSource.java:325)
  9. at jenkins.plugins.git.AbstractGitSCMSource.retrieve(AbstractGitSCMSource.java:391)
  10. at jenkins.scm.api.SCMSource.fetch(SCMSource.java:582)
  11. at org.jenkinsci.plugins.workflow.multibranch.SCMBinder.create(SCMBinder.java:98)
  12. at org.jenkinsci.plugins.workflow.job.WorkflowRun.run(WorkflowRun.java:293)
  13. at hudson.model.ResourceController.execute(ResourceController.java:97)
  14. at hudson.model.Executor.run(Executor.java:429)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement