[JIRA] (JENKINS-37359) Support private GitHub repositories in multibranch projects

2016-09-19 Thread jgl...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jesse Glick resolved as Cannot Reproduce  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 The pulldown does take into account credentials to list private repositories. It can take a while, pending GraphQL integration, so if you have typed the organization name first then Jenkins will start to populate the list using the initially selected anonymous access, and later come back and revise the list with the actual access token.  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-37359  
 
 
  Support private GitHub repositories in multibranch projects   
 

  
 
 
 
 

 
Change By: 
 Jesse Glick  
 
 
Status: 
 Open Resolved  
 
 
Resolution: 
 Cannot Reproduce  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 
   

[JIRA] (JENKINS-37359) Support private GitHub repositories in multibranch projects

2016-09-19 Thread jgl...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jesse Glick updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-37359  
 
 
  Support private GitHub repositories in multibranch projects   
 

  
 
 
 
 

 
Change By: 
 Jesse Glick  
 
 
Labels: 
 github private repository  
 

  
 
 
 
 

 
 
 

 
 
 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-37359) Support private GitHub repositories in multibranch projects

2016-08-18 Thread jgl...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jesse Glick updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-37359  
 
 
  Support private GitHub repositories in multibranch projects   
 

  
 
 
 
 

 
Change By: 
 Jesse Glick  
 
 
Priority: 
 Major Critical  
 

  
 
 
 
 

 
 
 

 
 
 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-37359) Support private GitHub repositories in multibranch projects

2016-08-11 Thread i...@guite.de (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Axel Guckelsberger created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-37359  
 
 
  Support private GitHub repositories in multibranch projects   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 github-branch-source-plugin  
 
 
Created: 
 2016/Aug/11 7:08 PM  
 
 
Environment: 
 Ubuntu 14.04.5 LTS  
 
 
Labels: 
 github repository private  
 
 
Priority: 
  Major  
 
 
Reporter: 
 Axel Guckelsberger  
 

  
 
 
 
 

 
 When a multibranch job is configured with a GitHub branch source the repository field contains only public repositories of the selected owner. The current workaround which works for me is modifying the select field (using FireBug) by dynamically changing an option to the required value (that is, the name of the desired private repository). After submitting the form this private repository is correctly used. Of course it would be much more convenient if also private repositories would be contained in the select list.