jenkins
on the node
ssh-keygen -t rsa
without specifying a password
mkdir /home/jenkins/.ssh
chmod 700 /home/jenkins/.ssh/
vim .ssh/authorized_keys
(<< copy here the content of cat .ssh/id_rsa.pub
run on jenkins server home)
chmod 640 .ssh/authorized_keys
service sshd restart (as root)
http://ci-01.cnaf.infn.it:8080/
Configura Jenkins -> Gestisci nodi
New Node
Copy existing node
radio button. Specify the node to be copied eg. ci-02
Name
, Description
, Labels (important for triggering builds on this node)
, Host
![]() |
![]() |
|
![]() |
|
![]() |