Tomcat with Jenkins

Jenkins PipeLine

SetUp - deliver pipeline plugin - shows the chained jobs

add view - delivery pipeline view


Build Pipeline plugin
add view - build pipeline view

Blue Ocean -user interface for jenkins and interactive view of jobs .

Jenkins 2.7 or above supported

Install blue ocean plugin from manage jenkins.
Restart jenkins
Open Blue Ocean

Tomcat 
Download zip and extract files.
Place jenkins.war in webapps folder

cmd - goto tomcat /bin directory

in windows - goto conf file
server.xml
web.xml

context.xml

server.xml
<Connector port="9999" protocol="HTTP/1.1"  change port to any other
Web.xml
 <param-name>listings</param-name>

    <param-value>true</param-value>
context.xml
<Context reloadable="true">


Start Tomcat
goto bin folder of tomcat /startup
up n running

to go jenkins

open localhost:9999/jenkins



Reacties