Changes

Jump to navigation Jump to search
303 bytes added ,  19:15, 16 June 2015
no edit summary
Line 38: Line 38:  
* In the "Jenkins hook url" box, enter "https://jenkins.pumpingstationone.org/github-webhook/"
 
* In the "Jenkins hook url" box, enter "https://jenkins.pumpingstationone.org/github-webhook/"
 
* Click "Add Service"
 
* Click "Add Service"
 +
 +
== Adding A Buildslave ==
 +
 +
    sudo pacman -S libvirt qemu
 +
    sudo useradd --home-dir /srv/jenkins --groups kvm --create-home --system jenkins
 +
    sudo -u jenkins mkdir ~jenkins/.ssh
 +
    sudo chown jenkins:jenkins /srv/jenkins/.ssh/authorized_keys
 +
    sudo chmod 700 /srv/jenkins/.ssh/authorized_keys
Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu