[JIRA] [branch-api-plugin] (JENKINS-35565) multibranch project and git broken

2016-06-11 Thread mark.earl.wa...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Mark Waite commented on  JENKINS-35565 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: multibranch project and git broken  
 
 
 
 
 
 
 
 
 
 
It may be that you've not enabled JGit on your Jenkins installation. 
From "Manage Jenkins", "Configure System" there is a button "Add Git". You may need to press that button and add JGit as a valid git implementation to your system. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [branch-api-plugin] (JENKINS-35565) multibranch project and git broken

2016-06-10 Thread jenk...@fd.mytrap.de (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Florian Doersch updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-35565 
 
 
 
  multibranch project and git broken  
 
 
 
 
 
 
 
 
 

Change By:
 
 Florian Doersch 
 
 
 
 
 
 
 
 
 
 Hi,I try to create a pipeline project, but get always this error:{{  StartedCreating git repository in /var/lib/jenkins/caches/git-a2d04db821719ce9bac0f9be2f320f58Setting origin to https://mygithost/repo.gitFetching origin...FATAL: Failed to recompute children of MyTestProjecthudson.plugins.git.GitException: org.eclipse.jgit.api.errors.TransportException: https://mygithost/repo.git: cannot open git-upload-pack at org.jenkinsci.plugins.gitclient.JGitAPIImpl.fetch(JGitAPIImpl.java:680) at jenkins.plugins.git.AbstractGitSCMSource.retrieve(AbstractGitSCMSource.java:174) at jenkins.scm.api.SCMSource.fetch(SCMSource.java:146) at jenkins.branch.MultiBranchProject.computeChildren(MultiBranchProject.java:294) at com.cloudbees.hudson.plugins.folder.computed.ComputedFolder.updateChildren(ComputedFolder.java:157) at com.cloudbees.hudson.plugins.folder.computed.FolderComputation.run(FolderComputation.java:122) at hudson.model.ResourceController.execute(ResourceController.java:98) at hudson.model.Executor.run(Executor.java:410)Caused by: org.eclipse.jgit.api.errors.TransportException: https://mygithost/repo.git: cannot open git-upload-pack at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:139) at org.jenkinsci.plugins.gitclient.JGitAPIImpl.fetch(JGitAPIImpl.java:678) ... 7 moreCaused by: org.eclipse.jgit.errors.TransportException: https://mygithost/repo.git: cannot open git-upload-pack at org.eclipse.jgit.transport.TransportHttp.connect(TransportHttp.java:524) at org.eclipse.jgit.transport.TransportHttp.openFetch(TransportHttp.java:309) at org.eclipse.jgit.transport.FetchProcess.executeImp(FetchProcess.java:136) at org.eclipse.jgit.transport.FetchProcess.execute(FetchProcess.java:122) at org.eclipse.jgit.transport.Transport.fetch(Transport.java:1138) at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:130) ... 8 moreCaused by: java.net.ConnectException: Connection refused mygithost at org.eclipse.jgit.util.HttpSupport.response(HttpSupport.java:175) at org.eclipse.jgit.transport.TransportHttp.connect(TransportHttp.java:475) ... 13 moreFinished: FAILURE}}the (jenkins-)user can clone the repo via "git clone https://mygithost/repo.git" on the command line.the ssl certifacte was added to the default truststoreIf I try to use plain http, it still creates the above error.Whats wrong in there? 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 

[JIRA] [branch-api-plugin] (JENKINS-35565) multibranch project and git broken

2016-06-10 Thread jenk...@fd.mytrap.de (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Florian Doersch created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-35565 
 
 
 
  multibranch project and git broken  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Assignee:
 
 stephenconnolly 
 
 
 

Components:
 

 branch-api-plugin, git-plugin 
 
 
 

Created:
 

 2016/Jun/10 10:07 AM 
 
 
 

Environment:
 

 debian, jenkins-2.8 
 
 
 

Priority:
 
  Major 
 
 
 

Reporter:
 
 Florian Doersch 
 
 
 
 
 
 
 
 
 
 
Hi, 
I try to create a pipeline project, but get always this error: 
{{Started Creating git repository in /var/lib/jenkins/caches/git-a2d04db821719ce9bac0f9be2f320f58 Setting origin to https://mygithost/repo.git Fetching origin... 
FATAL: Failed to recompute children of MyTestProject hudson.plugins.git.GitException: org.eclipse.jgit.api.errors.TransportException: https://mygithost/repo.git: cannot open git-upload-pack at org.jenkinsci.plugins.gitclient.JGitAPIImpl.fetch(JGitAPIImpl.java:680) at jenkins.plugins.git.AbstractGitSCMSource.retrieve(AbstractGitSCMSource.java:174) at jenkins.scm.api.SCMSource.fetch(SCMSource.java:146) at jenkins.branch.MultiBranchProject.computeChildren(MultiBranchProject.java:294) at com.cloudbees.hudson.plugins.folder.computed.ComputedFolder.updateChildren(ComputedFolder.java:157) at com.cloudbees.hudson.plugins.folder.computed.FolderComputation.run(FolderComputation.java:122) at