Hi,
On 18.04.19 14:38, Steve B 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?
In the
If your on premise agents (slaves) can connect to the JNLP port of the
cloud master (usually port 5), 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 need
We have our Jenkins master on a EC2 instance as well, and the slaves are
VMs in our office.
We have Jenkins communicate with them over OpenVPN (though VPC would be
preferable)
On the Jenkins side the agents are launched using the ssh-agents plugin.
Plain old ssh connection that is.
We have multip
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 s