Skip to content

Direside/jenkins-test-environment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Testing a Fake app on Jenkins

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published