Newer
Older
jenkins-slave / README.md
# jekins slaves

## build

### state


### 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-compse up -d --remove-orphans
```