Skip to main content

Jenkins Troubleshooting



Jenkins is one of the important CI tools which many organization used as part of their Build and DevOps infrastructure. I am going to consolidate all the troubleshooting techniques which can be used in order to find any issues related in Jenkins. 

Step 1. Take a look at Log generated by the Jenkins and plugins via http://jenkins-master/log

Note: Here you can also create your own logger and and set your custom log levels such as (severe, warning, info, config, file, finer, finest, all)

Step 2. Also, you can look at /var/log/jenkins/jenkins.log via doing "tail -f /var/log/jenkins/jenkins.log" and check carefully whats breaking it. 

Log file in windows - jenkins.err.log & jenkins.out.log Read More Click here

Reference:- This article was originally posted on scmGalaxy.com

Comments

Popular posts from this blog

Top 10 DevOps Online Resources to learn, share and practice

DevOps is a hot topic these days among-st IT professionals and when you as a student or professional who is related to this industry go to Google and search about "DevOps" you get (About 1,55,00,000 results (0.42 seconds)) results. So, this is not a tough job to find DevOps related resources. But when you need to find best resources for DevOps learning, practicing and want to surround yourself with DevOps like minded people than it is really a tough job to find. So, Let me make this task easy for you.  I did some research and made lists of Top 10 DevOps resources where you can learn, practice, share, discuss and get latest updates and news online about DevOps. So, Here is the list of top 10 DevOps resources, Just explore 1. scmGalaxy scmGalaxy is a one stop portal for DevOps learning where you can find DevOps tutorials, DevOps courses, certifications, trainers, study materials and much more all in one place. They are the largest scm, DevOps, Build & Release com...