jenkins slave container

docker expose port 22 6 years ago
.env initial commit 6 years ago
.gitignore ignore slave config 6 years ago
README.md Update README.md 6 years ago
docker-compose.yml expose port 22 6 years ago
install.sh expose port 22 6 years ago
README.md

jekins slaves

build

state

  • ssh slave: Build Status
  • arduino slave: Build Status

build manually

docker build --pull=true -t pgollor/jenkins-slave ./docker/main/
docker build --pull=true -t pgollor/jenkins-slave-arduino ./docker/arduino/

usage

At fist start pleas execute install.sh to generate the config file and data directory. After that you should modify the slave.conf file and can start the container with:

docker-compose up -d --remove-orphans