Jenkins
Jump to navigation
Jump to search
Serveur open-source d'intégration en continue (CI)
Doc: https://jenkins.io/user-handbook.pdf
Démarrage
Sur la machine d'intégration (CI)
mkdir jenkins docker run --name jenkins --hostname jenkins -d -p 49001:8080 -v $PWD/jenkins:/var/jenkins_home -t jenkins # get the admin password in the log with docker logs jenkins # Suivre le wizard de configuration open http://localhost:49001/ ls -al jenkins/ tree jenkins/TBC