[JIRA] (JENKINS-53107) cloudbuild: HTTP proxy support

2018-08-18 Thread de...@ikedam.jp (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 ikedam updated  JENKINS-53107  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-53107  
 
 
  cloudbuild: HTTP proxy support   
 

  
 
 
 
 

 
Change By: 
 ikedam  
 
 
Status: 
 In  Progress  Review  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.10.1#710002-sha1:6efc396)  
 

  
 

   





-- 
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-53107) cloudbuild: HTTP proxy support

2018-08-18 Thread de...@ikedam.jp (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 ikedam commented on  JENKINS-53107  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: cloudbuild: HTTP proxy support   
 

  
 
 
 
 

 
 https://github.com/jenkinsci/google-cloudbuild-plugin/pull/11  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.10.1#710002-sha1:6efc396)  
 

  
 

   





-- 
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-53107) cloudbuild: HTTP proxy support

2018-08-18 Thread de...@ikedam.jp (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 ikedam commented on  JENKINS-53107  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: cloudbuild: HTTP proxy support   
 

  
 
 
 
 

 
 I verified that http.proxyHost / http.proxyPort doesn't work.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.10.1#710002-sha1:6efc396)  
 

  
 

   





-- 
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-53107) cloudbuild: HTTP proxy support

2018-08-17 Thread de...@ikedam.jp (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 ikedam assigned an issue to ikedam  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-53107  
 
 
  cloudbuild: HTTP proxy support   
 

  
 
 
 
 

 
Change By: 
 ikedam  
 
 
Assignee: 
 Brad Kimmel ikedam  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.10.1#710002-sha1:6efc396)  
 

  
 

   





-- 
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-53107) cloudbuild: HTTP proxy support

2018-08-17 Thread de...@ikedam.jp (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 ikedam created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-53107  
 
 
  cloudbuild: HTTP proxy support   
 

  
 
 
 
 

 
Issue Type: 
  New Feature  
 
 
Assignee: 
 Brad Kimmel  
 
 
Components: 
 google-cloudbuild-plugin  
 
 
Created: 
 2018-08-18 03:19  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 ikedam  
 

  
 
 
 
 

 
 I want to use HTTP proxy to access cloudbuild. I believe it can be done in the way described in GoogleNetHttpTransport#newTrustedTransport javadoc. 
 
https://developers.google.com/api-client-library/java/google-api-java-client/reference/1.20.0/com/google/api/client/googleapis/javanet/GoogleNetHttpTransport#newTrustedTransport() 
https://github.com/jenkinsci/google-cloudbuild-plugin/blob/google-cloudbuild-0.2/src/main/java/com/google/jenkins/plugins/cloudbuild/client/ClientFactory.java#L78 
  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment