Skip to content
This repository was archived by the owner on Jul 19, 2019. It is now read-only.

Latest commit

 

History

History
18 lines (15 loc) · 542 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 542 Bytes

jenkins-test-slave

  1. Start an instance using the desired base AMI (i.e. from Amazon EC2 AMI Locator).
  2. SSH into the instance and clone this repo.
git clone https://github.com/universalunits/jenkins-php-slave.git 
  1. Run the provision script.
jenkins-php-slave/provision.sh

Using docker to test the configuration

docker run --rm -it -v $(pwd):/puppet ubuntu:16.04 /bin/bash
apt-get update && apt-get install -y sudo git && /puppet/provision.sh