Hello, I tried to start two instances of jenkins in a system by
TomCat, this is what i do:
1: copy jenkins.war to tomcat/webapps, rename it to jenkins_1.
2: copy and rename jenkins_1 to jenkins_2.
3: start tomcat, then i can visit the two by: http://localhost:8080/jenkins_1
and http://localhost:8080/jenkins_2.
  But i found some jobs which created by jenkins_1 was missing in job
list. The idea of multi-instances of jenkins, is because i want to
build a central CI server for each team, and they do not "see" the
others.

Thanks~

Reply via email to