> On 19.08.2016, at 00:53, Kiran <
catrina...@gmail.com> wrote:
>
> When a server is designated as a permanent node, what happens to that server? Does Jenkins transfer an installer package or set of configuration files? If so, where do the files go? What is the size in KB of these files? What type of overhead will this server have due to this designation?
Typically there's a JAR cache in $HOME/.jenkins (a few MB), and everything else is in the directory you configured ("agent home" I think it's called). Usually, it's a few dozen MB at most, plus tool installations and workspaces.
> With Jenkins 1.x, it was called a Dumb Slave. I have the same questions for the Dumb Slave.
No difference.