Please give more details on what you want to do with this remote machine. I assume you want to use it as a Jenkins agent to host build, not running on your master node. Then using docker plugin you can configure a "cloud" to access this remote Docker API (with adequate TLS keys registered as credentials) and define an agent template so your builds can allocate a transient build agent on this remote node. You'll need to define a label in this template so your job are configured with this label, and Jenkins knows they are supposed to run here.
2017-11-25 12:50 GMT+01:00 Sujeet Kumar Padhi <[email protected]>: > I have Docker Engine installed on an Ubuntu 14.04 LTS Server. I have > activated the Docker API as well by making some changes to the config files > and I am able to access the APIs. > > I have jenkins installed on another Ubuntu 14.04 server. > > Can somebody please help me with the steps to build/run images on the > remote docker server with the help if Jenkins. > I am not able to find any proper steps or plugin present in Jenkins to run > the Docker commands remotely. > > -- > 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/865e9f0e-c178-4a4f-a4ee-504faf1c94b4%40googlegroups. > com > <https://groups.google.com/d/msgid/jenkinsci-users/865e9f0e-c178-4a4f-a4ee-504faf1c94b4%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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/CANMVJzneQAPVMTPhet%3DBBu8H27u0_Gb3tWDf7766ExSk8jv1Gw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
