Jenkins

young business people working with digital tablet while discussing together in conference room

How To Procure Jenkins License

Reading Time: 3 minutes To procure a Jenkins license, we should be aware of how many users are available in your Jenkins instance so that when we work with vendors i.e. Cloudbees we should give them the headcount of users for which we would like to procure the license. To do so, we make use of the available plugin called “User Activity Monitoring Plugin” This plugin monitors the activity Continue Reading

How to get the git changelog in Jenkins

Reading Time: 3 minutes Hello Readers! In this blog, we will see how we can get the changelog in Jenkins. So, basically, a changelog means a file that will contain the ordered list of changes made to a project. And when these changes will be for a git repository then it will be called git changelog. Here for getting git changelog in Jenkins, I will use a Jenkins plugin Continue Reading

two businessmen outdoor using technology

How to analyze Jenkins Build logs using the ELK stack

Reading Time: 3 minutes Hello Readers! In this blog, we are going to see how we can analyze Jenkins build logs using the ELK stack. As Jenkins is known for its automation and we have a number of its builds logs. Here analysis of Jenkins build logs plays a huge role. So, I will explain and show you how we can monitor and analyze Jenkins build logs in our Continue Reading

How to analyze Jenkins job build logs using the log parser plugin

Reading Time: 3 minutes Hello Readers! In this blog, we will see how we can analyze Jenkins job build logs using the log parser plugin. As we all know, Jenkins is now the most widely used CI tool. As we know job build logs in Jenkins can become very verbose sometimes, here keeping the logs in an easy format plays a very significant role. So, here is a plugin Continue Reading

jenkins

      Jenkins API to handle Jobs Remotely

Reading Time: 4 minutes Hello Readers! I hope you are doing well. So, In this blog we will see how we can use Jenkins API to handle jobs remotely. In this blog we will create, update, trigger, delete, our Jenkins job through REST API. This is very quick and simple so let’s see. Why do we need to handle a job remotely? Jenkins is well known for its flexibility. Continue Reading

jenkins

How to Use Python Wrapper to Play With Jenkins

Reading Time: 4 minutes Hi Readers!! In this blog, we will learn about the python wrapper that is python-jenkins wrapper. We will see How to Use Python Wrapper to Play With Jenkins. What is a Python Wrapper? Wrappers are also known as decorators. wrappers are the functionality available in Python to wrap a function with another function to extend its behavior. Now, the reason to use wrappers in our Continue Reading

Using Dagger with Jenkins in a simple CI pipeline

Reading Time: 4 minutes Introduction Dagger is an opensource devkit for continuous integration, deployment and delivery. It uses the power of BuildKit from docker and CUE to create platform independent deployment and integrations. And Jenkins is a automation server like teamcity, concourse, circle ci, github actions that creates CI/CD pipelines. As we have seen in the blog use of actions in Dagger, we will use them with Jenkins. Prerequisites Continue Reading

jenkins logo

How to integrate AWS simple email service with Jenkins

Reading Time: 5 minutes Jenkins is an open-source tool written in java and also have a plugin built for continuous integration and build automation purpose. It helps in automating the parts of software development related to building, testing, and deploying, facilitating continuous integration and continuous delivery. In this blog, we are going to learn how can we integrate an AWS simple email service with Jenkins default email notifier. Email Continue Reading

Role of Defect

Reading Time: 4 minutes Happy Winter’s, readersss! today i came here for writing about coming topic which is Defect Life cycle. Introduction DEFECT It is the process of identifying defects, where a defect is any difference between actual and expected results. BUG If QA find any mismatch in the application/system in testing phase then we call it as BUG. (Ringing Alarm) ERROR If a developer is unable to successfully Continue Reading

Jenkins builds on Kubernetes cluster

Reading Time: 4 minutes Hello everyone, so in this blog, we are going to learn today that how can we run Jenkins build in Kubernetes as a pod. Jenkins is an open-source tool written in java and also have a plugin built for continuous integration and build automation purpose. It helps in automating the parts of software development related to building, testing, and deploying, facilitating continuous integration and continuous Continue Reading

Teamcity Vs Jenkins. Which CI Tool Is Better?

Reading Time: 5 minutes Why Jenkins? Jenkins is the maximum famous open-supply non-stop integration device. you may install Jenkins on foremost running structures like Windows or Linux because it runs on Java. It changed into at first created as a construct automation device for Java applications. Since then, it has advanced loads and has extra than 1400 plugins to effortlessly combine with different systems and tools. Jenkins automates the software Continue Reading

Jenkins Continuous Integration (CI) Continuous Delivery and Deployment (CD)

Reading Time: 3 minutes Introduction To Jenkins Jenkins is an open-source Continuous Integration, cross-platform tool written in Java. Kohsuke Kawaguchi is the Creator of the Jenkins CI server in 2004, named as Hudson. In 2011 renamed to Jenkins of disputes with Oracle. The tool simplifies the process of integration of changes into the project and delivery of fresh build to users. 1 Continuous Integration (CI) Continuous Integration (CI) is the Continue Reading

dev-tools

Dev Tools to the Rescue – Part 1

Reading Time: 6 minutes Whether you are a software developer working on someone else’s projects or you run a business yourself, utilizing the right tools of the trade is essential. The market of software development tools is an ever-changing one and increasingly competitive. It’s a tough task to decide which one is best suited for you. In this article, we will review some of the best developer tools, ranging from Continue Reading