[JIRA] (JENKINS-39725) Not able to clone Bitbucket private repo

2016-11-14 Thread mark.earl.wa...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mark Waite closed an issue as Not A Defect  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Please don't use bug reports to ask for help with authentication issues with your git repository. The Jenkins user mailing list has many more users on the list who can assist with authentication related questions. You may also want to review other bug reports related to bitbucket authentication issues, particularly those which refer to embedding the user name and password in the bitbucket URL.  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-39725  
 
 
  Not able to clone Bitbucket private repo   
 

  
 
 
 
 

 
Change By: 
 Mark Waite  
 
 
Status: 
 Open Closed  
 
 
Resolution: 
 Not A Defect  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  

[JIRA] (JENKINS-39725) Not able to clone Bitbucket private repo

2016-11-14 Thread mark.earl.wa...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mark Waite assigned an issue to Unassigned  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39725  
 
 
  Not able to clone Bitbucket private repo   
 

  
 
 
 
 

 
Change By: 
 Mark Waite  
 
 
Assignee: 
 Mark Waite  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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] (JENKINS-39725) Not able to clone Bitbucket private repo

2016-11-14 Thread saitharunred...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Sai tharun nelaballi created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39725  
 
 
  Not able to clone Bitbucket private repo   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Mark Waite  
 
 
Components: 
 git-plugin  
 
 
Created: 
 2016/Nov/14 7:08 PM  
 
 
Priority: 
  Critical  
 
 
Reporter: 
 Sai tharun nelaballi  
 

  
 
 
 
 

 
 Building in workspace C:\Program Files (x86)\Jenkins\workspace\test Cloning the remote Git repository Cloning repository https://saitharu...@bitbucket.org/mmanche_bitbucket/winzonepoc.git > git.exe init C:\Program Files (x86)\Jenkins\workspace\test # timeout=10 Fetching upstream changes from https://saitharu...@bitbucket.org/mmanche_bitbucket/winzonepoc.git > git.exe --version # timeout=10 using GIT_ASKPASS to set credentials  > git.exe fetch --tags --progress https://saitharu...@bitbucket.org/mmanche_bitbucket/winzonepoc.git +refs/heads/:refs/remotes/origin/ ERROR: Error cloning remote repo 'origin' hudson.plugins.git.GitException: Command "git.exe fetch --tags --progress https://saitharu...@bitbucket.org/mmanche_bitbucket/winzonepoc.git +refs/heads/:refs/remotes/origin/" returned status code 128: stdout:  stderr: fatal: unable to access 'https://saitharu...@bitbucket.org/mmanche_bitbucket/winzonepoc.git/': Failed to connect to bitbucket.org port 443: Connection refused  at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1745) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1489) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:64) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:315) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:512) at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1042) at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1082) at hudson.scm.SCM.checkout(SCM.java:495) at hudson.model.AbstractProject.checkout(AbstractProject.java:1278) at