Skip to content

Makefile and Docker configuration to run developer tools like SonarQube, Jenkins etc locally, including Plugin configuration

License

Notifications You must be signed in to change notification settings

nelkinda/docker-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Images and Makefiles

Jenkins

Running Jenkins locally on your machine.

Put this in your Makefile:

include jenkins/Jenkins.mk

And run it with make jenkinsd

By default, Jenkins will run on port 8080. If you want to change the port, define JENKINS_PORT in the environment to the port that you would like instead.

SonarQube

Running SonarQube locally on your machine.

Put this in your Makefile:

include sonarqube/SonarQube.mk

And run it with make sonard

By default, SonarQube will run on port 9000. If you want to change the port, define SONAR_PORT in the environment to the port that you would like instead.

About

Makefile and Docker configuration to run developer tools like SonarQube, Jenkins etc locally, including Plugin configuration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published