hudson

asoliverez's picture

Instalación y configuración de Hudson en Ubuntu

Instalación

Agregar el repositorio de APT en /etc/apt/sources.list
#Hudson
deb http://hudson-ci.org/debian binary/

Agregar la key correspondiente

wget -O - http://hudson-ci.org/debian/hudson-ci.org.key | sudo apt-key add -

Actualizar e instalar

sudo apt-get update
sudo apt-get install hudson

Syndicate content