Test jenkins environment, using docker.
Sets up a Graphana, InfluxDB and Jenkins container.
Build
docker-compose build
Starting the image
docker-compose up
Reload
docker-compose rm && docker-compose up
This will have your environment up and running, access the services with the below.
These are the main plugins used in this project. Dependencies are also required, see plugins.txt for full list.
To get the list of plugins you can run the following in the /var/jenkins_home/plugins dir.
ls | awk '/\.jpi/{next;} { print $1":latest" }'