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

  1. Very handy Jenkins troubleshooting reference for everyday CI/CD issues. The focus on common errors and practical fixes makes this especially useful for DevOps engineers who need to quickly restore broken jobs and keep pipelines stable.

    ReplyDelete

Post a Comment

Popular posts from this blog

Amazon AWS Training & Certification | Online & Classroom Mode | scmGalaxy

Amazon Web Services is a secure cloud services platform, offering compute power, database storage, content delivery and other functionality to help businesses scale. AWS certification training helps you scale your cloud skills and gain expertise in AWS platform. AWS Technical Essentials, AWS Developer, AWS Solution Architect, AWS Sys Ops are the major courses offered. In this course we will start with a broad overview of the AWS platform and then deep dive into the individual elements of the AWS platform. You will explore Route53, EC2, S3, Cloud Front, Autoscaling, Load Balancing, RDS, RedShift, DynamoDB, EMR, VPC etc. Agenda of the Training ✔ Welcome: Course Overview ✔ VPC: Building Your Network Foundation ✔ VPC: The Nitty Gritty Configuration ✔ VPC: Security Groups and NACLs ✔ VPC: Configuring VPN Connections ✔ VPC: Designing for High Availability ✔ EC2: Instance Types and Performance Implications ✔ EBS: Understanding EBS ✔ EBS: Snapshot Backup and ...

Welcome to Agile and DevOps Blog

Our DevOps Course help Engineering team to demonstrates how to use the most common DevOps patterns to develop, deploy and maintain applications on using latest technology, process and tools. The course covers the core principles of the DevOps methodology and examines a number of use cases applicable to startup, small-medium business, and enterprise development scenarios. This course develops a DevOps is the multi-skilling of people to make the whole development, operations and testing workflow more agile. DevOps & Agile is bringing enterprise level DevOps training and certification to the IT market. Working with thought leaders from the DevOps community. Enroll for DevOps Foundation Certification Training course to learn all DevOps concepts & best practices online and become a certified professional. As part of the DevOps training, you can customized your selections of tools from the following market trendy tools as below; For more info, please send an email t...

TFS Interview Questions and Answers

Image source:- scmGalaxy.com 1) What is Team  Foundation Server? What does it cover – version control? build processes? bug tracking? task management? Team Foundation Server is defined in the documentation as: Team Foundation is a collection of collaborative technologies that support a team effort to deliver a product. While the Team Foundation technologies are typically employed by a software team to build a software product, they can also be used on other types of projects. As the customer already noted three of the core deliverable of Team Foundation Server: Read More Click here Reference:- This article was originally published on scmGalaxy.com