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 1d83a49c56 Change base image to jenkins official (fix for nodeJS plugin), Fix plugins.txt, Add extranal jobs support, Add job for apella staging 5 years ago
env Delete unnecessary tools, plugins and other useless code 5 years ago
jenkins Change base image to jenkins official (fix for nodeJS plugin), Fix plugins.txt, Add extranal jobs support, Add job for apella staging 5 years ago
jobs/apella-staging Change base image to jenkins official (fix for nodeJS plugin), Fix plugins.txt, Add extranal jobs support, Add job for apella staging 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 Work on sonarqube, auto configuration, Add installation script, Add utility to update plugins 5 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 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