jenkins on ubuntu - how/where is it deployed?
Solution 1:
- Typically it is
/var/lib/jenkins
-
dpkg -L jenkins
will help you find what files does a package install
Solution 2:
By default, Jenkins is installed with the Winstone Servlet Container. It's a light-weight servlet container, not fully supporting some APIs (read more at wikipedia)