Test jenkins environment, using docker.
Sets up a Graphana, InfluxDB and Jenkins container.
Build
docker-compose buildStarting the image
docker-compose upReload
docker-compose rm && docker-compose upThis 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" }'