Category «DevOps»
Jenkins Beginner Tutorial 12 – Notifications – How to send Email from Jenkins
Notes: Today we will learn about Jenkins Notifications Manage Jenkins – Configure System – Email Notifications To find your smtp server and port details https://www.arclab.com/en/kb/email/list-of-smtp-and-pop3-servers-mailserver-list.html References: Notification Plugins https://wiki.jenkins-ci.org/display/JENKINS/Notification+Plugin https://wiki.jenkins-ci.org/display/JENKINS/Extreme+Notification+Plugin https://wiki.jenkins-ci.org/display/JENKINS/Email-ext+plugin Jenkins Beginner Playlist : https://www.youtube.com/playlist?list=PLhW3qG5bs-L_ZCOA4zNPSoGbnVQ-rp_dG Send me your comments and feedback
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 10 – What is Automated Deployment (Step by Step)
Notes: Today we will learn : What is Automated Deployment ? Main stages in Continuous delivery and deployment pipeline 1. BUILD 2. DEPLOY 3. TEST 4. RELEASE Lets see … A real world Project SetUp Automated Deployment is the process of Automating the deployment process in a Continuous Delivery system Build – Deploy – Test …
Jenkins Beginner Tutorial 9 – How to use CATLIGHT (Jenkins Build Monitor)
Notes: Today we will learn How to use CATLIGHT (status notifier for jenkins) What is CATLIGHT https://catlight.io/ REFERENCES: Catlight website: https://catlight.io/ Downloads link: https://catlight.io/downloads Support link: http://catlight.helprace.com/ Blog link: http://blog.catlight.io/ Jenkins Beginner Playlist : https://www.youtube.com/playlist?list=PLhW3qG5bs-L_ZCOA4zNPSoGbnVQ-rp_dG Send me your comments and feedback
Jenkins Beginner Tutorial 8 – Jenkins integration with GIT (SCM)
Jenkins Beginner Tutorial 7 – Getting started with JOBS
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