[JIRA] (JENKINS-60000) Plugin ignores jenkins proxy settings

2019-11-01 Thread jie...@microsoft.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jie Shen commented on  JENKINS-6  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Plugin ignores jenkins proxy settings   
 

  
 
 
 
 

 
 Jenkins itself is a Java program, so  you can set proxy for the entire Java program when you start Jenkins. Jenkins also has proxy setting as a software.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.202814.1572524567000.6715.1572600300178%40Atlassian.JIRA.


[JIRA] (JENKINS-60000) Plugin ignores jenkins proxy settings

2019-11-01 Thread m...@herbert.cc (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Benjamin Herbert commented on  JENKINS-6  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Plugin ignores jenkins proxy settings   
 

  
 
 
 
 

 
 What implications does it have to set the JVM properties? I am wondering as the Jenkins-Wiki states that setting the Proxy in Jenkins is preferred over setting the JVM properties: 

You can configure the proxy server that Jenkins will use by going to Manage Jenkins > Manage Plugins > Advanced. This is preferred over setting JVM properties.
    
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.202814.1572524567000.6699.1572598920127%40Atlassian.JIRA.


[JIRA] (JENKINS-60000) Plugin ignores jenkins proxy settings

2019-10-31 Thread jie...@microsoft.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jie Shen commented on  JENKINS-6  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Plugin ignores jenkins proxy settings   
 

  
 
 
 
 

 
 This plugin does not support Jenkins proxy for now. It could be mitigated temporarily by using JVM parameters -Dhttps.proxyHost=foo -Dhttps.proxyPort=80 -Dhttp.nonProxyHosts="localhost|127.0.0.1|*.your.domain.com"  when start the jenkins server.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.202814.1572524567000.6575.1572575460259%40Atlassian.JIRA.


[JIRA] (JENKINS-60000) Plugin ignores jenkins proxy settings

2019-10-31 Thread jie...@microsoft.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jie Shen assigned an issue to Jie Shen  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-6  
 
 
  Plugin ignores jenkins proxy settings   
 

  
 
 
 
 

 
Change By: 
 Jie Shen  
 
 
Assignee: 
 Azure DevOps Jie Shen  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.202814.1572524567000.6573.1572575280251%40Atlassian.JIRA.


[JIRA] (JENKINS-60000) Plugin ignores jenkins proxy settings

2019-10-31 Thread m...@herbert.cc (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Benjamin Herbert created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-6  
 
 
  Plugin ignores jenkins proxy settings   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Azure DevOps  
 
 
Components: 
 azure-credentials-plugin  
 
 
Created: 
 2019-10-31 12:22  
 
 
Priority: 
  Major  
 
 
Reporter: 
 Benjamin Herbert  
 

  
 
 
 
 

 
 I have an environment where Jenkins needs a proxy server to connect to the internet. I have entered the proxy into the plugins setting/configuration at Manage Jenkins > Manage Plugins > Advanced as described in https://wiki.jenkins.io/display/JENKINS/JenkinsBehindProxy. Connection does not work, as the proxy is not used. Steps to reproduce: 
 
Requirement: System that requires a proxy to access the internet. 
Enter proxy settings in Manage Jenkins > Manage Plugins > Advanced 
Add a new Credential - Kind "Microsoft Azure Service Principal" fill out: 
 
Subscription ID 
Client ID 
Client Secret 
Tenant ID 
ID 
Description 
  
Click on "Verify Service Principal" 
After some time the error appears: "The provided credentials are not valid"