A Dockerized Jenkins CI-CD system for Concordia
 
 
 
 
Apostolos Fanakis 542ed4266f Update plugins list, Add groovy script for nodejs tool installation, Remove groovy script for java tool installation 5 years ago
env Delete unnecessary tools, plugins and other useless code 5 years ago
jenkins Update plugins list, Add groovy script for nodejs tool installation, Remove groovy script for java tool installation 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 6 years ago
.gitignore Work on sonarqube, auto configuration, Add installation script, Add utility to update plugins 6 years ago
README.md General improvements 5 years ago
docker-compose.yml Delete unnecessary tools, plugins and other useless code 5 years ago
install.sh Delete unnecessary tools, plugins and other useless code 5 years ago
makefile Init 6 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