A Dockerized Jenkins CI-CD system for Concordia
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Apostolos Fanakis c969f9f0ca Fix Dockerfile 5 years ago
env Delete unnecessary tools, plugins and other useless code 5 years ago
jenkins Fix Dockerfile 5 years ago
utility-scripts Add groovy script for git credentials configuration 5 years ago
volumes Work on sonarqube, auto configuration, Add installation script, Add utility to update plugins 5 years ago
.gitignore Update plugins.txt 5 years ago
Makefile Fix docker-compose.yml, Add more Makefile targets 5 years ago
README.md General improvements 5 years ago
SETUP.md Add setup guide, Add docker installation inside jenkins image and safeguard for docker version, Remove java binaries 5 years ago
docker-compose.yml Fixes for Dockerfile and docker-compose.yml 5 years ago
install.sh Change docker version used 5 years ago

README.md

Deployment

To deploy the Jenkins server use the commands:

make build
make run

To get the administrator password created use the command:

docker exec jenkins_master_1 cat /var/jenkins_home/secrets/initialAdminPassword

Remove all images:

docker images -q | xargs docker rmi -f