[JIRA] (JENKINS-40140) Remote Docker host not working

2016-12-01 Thread zhengli.je...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Zheng Li commented on  JENKINS-40140  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Remote Docker host not working   
 

  
 
 
 
 

 
 Thanks, didn't know that. Then the tricky thing is I'm running jenkins from the jenkins Docker image, does this mean there is no way I can get this plugin to work without manually get a docker client inside it?   
 

  
 
 
 
 

 
 
 

 
 
 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-40140) Remote Docker host not working

2016-12-01 Thread jenkins...@carlossanchez.eu (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Carlos Sanchez commented on  JENKINS-40140  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Remote Docker host not working   
 

  
 
 
 
 

 
 even when using a remote docker seerver you still need the docker client installed locally  
 

  
 
 
 
 

 
 
 

 
 
 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-40140) Remote Docker host not working

2016-12-01 Thread jenkins...@carlossanchez.eu (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Carlos Sanchez closed an issue as Not A Defect  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-40140  
 
 
  Remote Docker host not working   
 

  
 
 
 
 

 
Change By: 
 Carlos Sanchez  
 
 
Status: 
 Open Closed  
 
 
Resolution: 
 Not A Defect  
 

  
 
 
 
 

 
 
 

 
 
 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-40140) Remote Docker host not working

2016-11-30 Thread zhengli.je...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Zheng Li created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-40140  
 
 
  Remote Docker host not working   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Carlos Sanchez  
 
 
Components: 
 docker-build-publish-plugin  
 
 
Created: 
 2016/Dec/01 1:51 AM  
 
 
Labels: 
 plugin  
 
 
Priority: 
  Blocker  
 
 
Reporter: 
 Zheng Li  
 

  
 
 
 
 

 
 I'm using the Cloudbees Docker Build and Publish plugin, but when I specify a remote Docker host for image building and pushing, seems that it still tries to use the local docker cmd. For example, I have a docker host running at http://myhost.com:4243 without credentials, I specified the Docker Host URI to be http://myhost.com:4243, but the build fails with error, ``` ERROR: Cannot run program "docker" (in directory "/var/jenkins_home/sharedspace"): error=2, No such file or directory java.io.IOException: Cannot run program "docker" (in directory "/var/jenkins_home/sharedspace"): error=2, No such file or directory at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048) at hudson.Proc$LocalProc.(Proc.java:244) at hudson.Proc$LocalProc.(Proc.java:216) at hudson.Launcher$LocalLauncher.launch(Launcher.java:815) at hudson.Launcher$ProcStarter.start(Launcher.java:381) at com.cloudbees.dockerpublish.DockerBuilder$Perform.executeCmd(DockerBuilder.java:487) at com.cloudbees.dockerpublish.DockerBuilder$Perform.executeCmd(DockerBuilder.java:431) at com.cloudbees.dockerpublish.DockerBuilder$Perform.buildAndTag(DockerBuilder.java:373) at com.cloudbees.dockerpublish.DockerBuilder$Perform.exec(DockerBuilder.java:311) at com.cloudbees.dockerpublish.DockerBuilder$Perform.access$100(DockerBuilder.java:291) at com.cloudbees.dockerpublish.DockerBuilder.perform(DockerBuilder.java:262) ``` My plugin version is 1.3.2