Discussion:
Configure Linux and Windows slave node
g***@gmail.com
2018-10-04 13:35:53 UTC
Permalink
What are the methods to configure a Linux and Windows slave node?

Is there a runbook for it?
--
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 jenkinsci-users+***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/7569e5ed-93a8-458a-afd5-9fa34a9bf4c0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Pavel Novák
2018-10-08 14:00:20 UTC
Permalink
Hi,
there is a link with which describes step by step, how to add the agent ,
new node
https://linuxacademy.com/blog/devops/adding-a-jenkins-agent-node/

It seems to be possible add it via pipeline as well
https://support.cloudbees.com/hc/en-us/articles/218154667-Create-a-Permanent-Agent-from-Groovy-Console

launch methods are:
- via ssh
- via webstart
- via execution command on master
- control windows slave as windows service

I have linux slaves made by ssh access and windows via webstart, eg.
Post by g***@gmail.com
What are the methods to configure a Linux and Windows slave node?
Is there a runbook for it?
--
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 jenkinsci-users+***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/4b7a213c-1a59-4555-9d2e-f5b02cb76091%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
g***@gmail.com
2018-10-17 21:16:02 UTC
Permalink
Hi,

Thanks for the link. For Windows, I found this link more helpful
- https://wiki.jenkins.io/pages/viewpage.action?pageId=75893612
Post by Pavel Novák
Hi,
there is a link with which describes step by step, how to add the agent ,
new node
https://linuxacademy.com/blog/devops/adding-a-jenkins-agent-node/
It seems to be possible add it via pipeline as well
https://support.cloudbees.com/hc/en-us/articles/218154667-Create-a-Permanent-Agent-from-Groovy-Console
- via ssh
- via webstart
- via execution command on master
- control windows slave as windows service
I have linux slaves made by ssh access and windows via webstart, eg.
Post by g***@gmail.com
What are the methods to configure a Linux and Windows slave node?
Is there a runbook for it?
--
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 jenkinsci-users+***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/cd8619b4-9bf5-4d0c-9d2d-51b6974773be%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...