Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/artifactory-plugin
  Commit: 2735aa110f5cdde98afe7fe7474ceae7f4f42860
      
https://github.com/jenkinsci/artifactory-plugin/commit/2735aa110f5cdde98afe7fe7474ceae7f4f42860
  Author: sll552 <sll...@users.noreply.github.com>
  Date:   2017-07-05 (Wed, 05 Jul 2017)

  Changed paths:
    M src/main/java/org/jfrog/hudson/pipeline/docker/utils/DockerUtils.java

  Log Message:
  -----------
  Fix possible NullPointerException

Fixes a NullPointerException when DockerClient is unexpectedly null.

Stackstrace from my Jenkins:

java.lang.NullPointerException
        at 
org.jfrog.hudson.pipeline.docker.utils.DockerUtils.isDockerHostExists(DockerUtils.java:36)
        at 
org.jfrog.hudson.pipeline.docker.utils.DockerAgentUtils.registerImage(DockerAgentUtils.java:70)
        at 
org.jfrog.hudson.pipeline.docker.utils.DockerAgentUtils.access$000(DockerAgentUtils.java:21)
        at 
org.jfrog.hudson.pipeline.docker.utils.DockerAgentUtils$1.call(DockerAgentUtils.java:62)
        at 
org.jfrog.hudson.pipeline.docker.utils.DockerAgentUtils$1.call(DockerAgentUtils.java:60)
        at hudson.remoting.UserRequest.perform(UserRequest.java:153)
        at hudson.remoting.UserRequest.perform(UserRequest.java:50)
        at hudson.remoting.Request$2.run(Request.java:336)
        at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
        at java.util.concurrent.FutureTask.run(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at hudson.remoting.Engine$1$1.run(Engine.java:94)
        at java.lang.Thread.run(Unknown Source)
        at ......remote call to JNLP4-connect connection from 
-----------windows-slave-ip----------(Native Method)
        at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1545)
        at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
        at hudson.remoting.Channel.call(Channel.java:830)
        at 
org.jfrog.hudson.pipeline.docker.utils.DockerAgentUtils.registerImageOnAgents(DockerAgentUtils.java:60)
        at 
org.jfrog.hudson.pipeline.steps.DockerPushStep$Execution.run(DockerPushStep.java:97)
        at 
org.jfrog.hudson.pipeline.steps.DockerPushStep$Execution.run(DockerPushStep.java:62)
        at 
org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution$1$1.call(AbstractSynchronousNonBlockingStepExecution.java:47)
        at hudson.security.ACL.impersonate(ACL.java:260)
        at 
org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution$1.run(AbstractSynchronousNonBlockingStepExecution.java:44)
        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:748)


  Commit: 3a3153e70cc8bb456d3e8b62f8b0f3552f6c4f58
      
https://github.com/jenkinsci/artifactory-plugin/commit/3a3153e70cc8bb456d3e8b62f8b0f3552f6c4f58
  Author: Eyal Ben Moshe <eyalbenmo...@jfrog.com>
  Date:   2017-07-05 (Wed, 05 Jul 2017)

  Changed paths:
    M src/main/java/org/jfrog/hudson/pipeline/docker/utils/DockerUtils.java

  Log Message:
  -----------
  Merge pull request #56 from sll552/patch-1

Fix possible NullPointerException


  Commit: f96a222821b005c32321c6b94c1cb6d383fd2d1b
      
https://github.com/jenkinsci/artifactory-plugin/commit/f96a222821b005c32321c6b94c1cb6d383fd2d1b
  Author: eyalbe4 <00Rotshild00>
  Date:   2017-07-09 (Sun, 09 Jul 2017)

  Changed paths:
    M src/main/java/org/jfrog/hudson/pipeline/docker/utils/DockerUtils.java

  Log Message:
  -----------
  HAP-945 - Fix possible NullPointerException


  Commit: edba185e478778bb6359688398fecdd7c603c833
      
https://github.com/jenkinsci/artifactory-plugin/commit/edba185e478778bb6359688398fecdd7c603c833
  Author: romangurevitch <rom...@jfrog.com>
  Date:   2017-07-10 (Mon, 10 Jul 2017)

  Changed paths:
    M src/main/java/org/jfrog/hudson/generic/GenericArtifactsDeployer.java
    M src/main/java/org/jfrog/hudson/util/SpecUtils.java

  Log Message:
  -----------
  HAP-950 - Variables in download-spec aren't working anymore


Compare: 
https://github.com/jenkinsci/artifactory-plugin/compare/76b2d957431e...edba185e4787

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to