I am just starting with Jenkins
, and I am confused on the Remote root directory
, the WorkDir
and the Internal data directory
, precisely on their full path, including Hostname
.
The slave is supposed to be on a different node, but I don't see where we can specify a Hostname
or IP address
.
The examples Remote root directory
I have seen so far looks like /var/jenkins
, is it on the master node ? if not how or where do we specify the remote Hostname
or IP address
?
Same for the Workir
, is it remote or local ?
Thanks in advance.