/jenkins-test-environment

Testing a Fake app on Jenkins

Primary LanguageDockerfile

jenkinsfile-test-pipeline

Test jenkins environment, using docker.

Sets up a Graphana, InfluxDB and Jenkins container.

Running

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.

Plugins

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" }'