If your on premise agents (slaves) can connect to the JNLP port of the cloud master (usually port 50000), then they could be added as agents (slaves) of your cloud master using the "Java Web Start" method. That requires the agent initiates the connection to the master JNLP port and the master needs to be willing to accept the connection on that port.
If your cloud master can initiate an ssh connection to your on-premise agents, then you could add the on-premise agents using the ssh-slaves plugin. That requires the master initiates the connection to the agent ssh port and the agents need to be willing to accept the connection on the ssh port. Mark Waite On Thu, Apr 18, 2019 at 7:39 AM Steve B <[email protected]> wrote: > I am fairly new to Jenkins. We have used it on-prem for some builds. > Development has started using Jenkins in the cloud for new features and I > was wondering if I can have the Jenkins Master that is in the Cloud send > jobs to my On-Prem slaves? > > Looks like there are some services that allow some sort on "Hybrid" > systems but I don't think we can go for that at this time. > > Thanks > > -- > 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/1e2270ea-b3cb-43d1-98c4-9d4f2c9f6948%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-users/1e2270ea-b3cb-43d1-98c4-9d4f2c9f6948%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Thanks! Mark Waite -- 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/CAO49JtFd2S%2B_T7QtwwL0i0bjKy%3DoQd3PLrW44SewR75%3Dyqdb%3Dw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
