[JIRA] (JENKINS-41873) NPE when using HockeyAppPlugin with HTTP Proxy

2018-04-10 Thread mez.pah...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mez Pahlan commented on  JENKINS-41873  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: NPE when using HockeyAppPlugin with HTTP Proxy   
 

  
 
 
 
 

 
 Am I correct in thinking that a full fix also requires https://github.com/jenkinsci/hockeyapp-plugin/pull/47 to be merged?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-41873) NPE when using HockeyAppPlugin with HTTP Proxy

2018-04-10 Thread mez.pah...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mez Pahlan commented on  JENKINS-41873  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: NPE when using HockeyAppPlugin with HTTP Proxy   
 

  
 
 
 
 

 
 Can we get an update on this please.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-41873) NPE when using HockeyAppPlugin with HTTP Proxy

2017-02-10 Thread simon.s...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Simon StJG commented on  JENKINS-41873  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: NPE when using HockeyAppPlugin with HTTP Proxy   
 

  
 
 
 
 

 
 I've raise a pull request to fix this at https://github.com/jenkinsci/hockeyapp-plugin/pull/39  
 

  
 
 
 
 

 
 
 

 
 
 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-41873) NPE when using HockeyAppPlugin with HTTP Proxy

2017-02-09 Thread simon.s...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Simon StJG created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-41873  
 
 
  NPE when using HockeyAppPlugin with HTTP Proxy   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 hockeyapp-plugin  
 
 
Created: 
 2017/Feb/09 9:10 AM  
 
 
Environment: 
 Jenkins 2.34  HockeyApp Plugin 1.2.2  
 
 
Priority: 
  Major  
 
 
Reporter: 
 Simon StJG  
 

  
 
 
 
 

 
 Hello, I'm seeing the following NPE with HockeyappPlugin (called via Jenkins Pipelines) 16:57:53 java.lang.NullPointerException 16:57:53 at java.util.concurrent.ConcurrentHashMap.putVal(ConcurrentHashMap.java:1011) 16:57:53 at java.util.concurrent.ConcurrentHashMap.put(ConcurrentHashMap.java:1006) 16:57:53 at org.apache.http.impl.client.BasicCredentialsProvider.setCredentials(BasicCredentialsProvider.java:61) 16:57:53 at hockeyapp.HockeyappRecorder.createPreconfiguredHttpClient(HockeyappRecorder.java:165) 16:57:53 at hockeyapp.HockeyappRecorder.performForApplication(HockeyappRecorder.java:252) 16:57:53 at hockeyapp.HockeyappRecorder.perform(HockeyappRecorder.java:186) 16:57:53 at org.jenkinsci.plugins.workflow.steps.CoreStep$Execution.run(CoreStep.java:69) 16:57:53 at org.jenkinsci.plugins.workflow.steps.CoreStep$Execution.run(CoreStep.java:59) 16:57:53 at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution$1$1.call(AbstractSynchronousNonBlockingStepExecution.java:52) 16:57:53 at hudson.security.ACL.impersonate(ACL.java:221) 16:57:53 at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution$1.run(AbstractSynchronousNonBlockingStepExecution.java:49) 16:57:53 at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) 16:57:53 at java.util.concurrent.FutureTask.run(FutureTask.java:266) 16:57:53 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) 16:57:53 at java.util.concur