Jenkins: Difference between revisions
Jump to navigation
Jump to search
| Line 16: | Line 16: | ||
open http://localhost:49001/ |
open http://localhost:49001/ |
||
ls -al jenkins/ |
|||
tree jenkins/ |
|||
<pre> |
<pre> |
||
Latest revision as of 17:29, 3 July 2017
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