Tag «jenkins beginner»

Jenkins Beginner Tutorial 11 – How to do Automated Deployment (Step by Step)

Notes: Today we will learn : How to do Automated Deployments with Jenkins ? Step 1 Start Jenkins Step 2 Install Plugin (Deploy Plugin) https://wiki.jenkins-ci.org/display/JENKINS/Deploy+Plugin Step 3 Create a Build JOB in Jenkins Step 4 Add Post-build Action Deploy war/ear to container (add values to the fields) sample war file – https://tomcat.apache.org/tomcat-6.0-doc/appdev/sample/ Step 5 In …

Jenkins Beginner Tutorial 2 – How to setup Jenkins on Tomcat

Notes: Why? Running Jenkins standalone (jetty/winstone) vs Running Jenkins on Tomcat Pre-requisite ***Tomcat 5 or above*** ***java(7 or above) should be available*** (https://www.youtube.com/watch?v=FqpmH8MVO6A&list=PLhW3qG5bs-L_qj1L5hnHvJYeFpQ_g4UuU) Step 1 Download Tomcat Step 2 Unzip and place tomcat folder at any location Step 3 Copy/Place the jenkins.war file inside tomcat/webapps folder Step 4 Goto commandpromt (cmd) – windows | terminal …