>
> I added the docker 1.1.1 plugin to jenkins and then I configure jenkins 
> and under the "Add a new Cloud" setting I selected Docker.  I then give the 
> docker host a name and a tcp url (i.e. 
> tcp://ec2.compute-1.amazonaws.com:2376) 
> and select Apply and Save.  I can then see that the config.xml has the 
> following
>

  <clouds>
    <com.nirima.jenkins.plugins.docker.DockerCloud 
plugin="[email protected]">
      <name>docker</name>
      <dockerApi>
        <dockerHost plugin="[email protected]">
          <uri>tcp://ec2.compute-1.amazonaws.com:2376</uri>
          <credentialsId>docker</credentialsId>
        </dockerHost>
        <connectTimeout>60</connectTimeout>
      </dockerApi>
      <containerCap>100</containerCap>
      <exposeDockerHost>false</exposeDockerHost>
    </com.nirima.jenkins.plugins.docker.DockerCloud>
  </clouds>

 
However, once I stop and restart jenkins then my changes are wiped out and 
replaced with an empty <clouds/> element.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/b6bc956b-a384-45e2-ad99-af881f5777a6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to