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.
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.