Setting up a Jenkins slave

Setting up a Jenkins slave is more easy then you might think.

On the server that needs to be run as the slave, you only need the following:
– java
– an account that Jenkins can use to run the jobs (typically a user called ‘jenkins’)
– a folder in which Jenkins can store the required files (typically: /jenkins)
Lees meer »