Category «Jenkins»
Jenkins Beginner Tutorial 5 – How to create Users + Manage + Assign Roles
Notes: Jenkins authentication and authorization Today we will learn: How to create New Users How to configure users How to create new roles How to assign users to roles How to Control user access on projects Step 1 Create new users Step 2 Configure users Step 3 Create and manage user roles Roles Strategy Plugin …
Jenkins Beginner Tutorial 4 – How to use CLI (command line interface)
Notes: Step 1 Start Jenkins Step 2 Goto Manage Jenkins – Configure Global Security – enable security Step 3 Goto – http://localhost:8080/cli/ Step 4 Download jerkins-cli jar. Place at any location Step 5 Test the jenkins command line is working Jenkins Beginner Playlist : https://www.youtube.com/playlist?list=PLhW3qG5bs-L_ZCOA4zNPSoGbnVQ-rp_dG Send me your comments and feedback
Jenkins Beginner Tutorial 3 – How to change Home Directory
Notes: Jenkins Home Directory contains: 1. All configurations 2. Plugins 3. Jobs details 4. Logs Why: -To move jenkins home dir to a location that has enough disk space -Project requirements Step 1 Check your current home directory Step 2 Create a new folder (which will be new home dir) Step 3 Copy all data …
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 …
Jenkins Beginner Tutorial 1 – Introduction and Getting Started
Notes: Jenkins – java application – used for continuous integration and continuous delivery Step 1 Download Jenkins war file – https://jenkins.io/ Step 2 Place the war file into any location on your system Step 3 Goto command prompt (windows) | terminal (mac) – goto folder where jenkins.war is – java -jar jenkins.war Step 4 Goto …