Tread dump:- Thread dump provides a snapshot of the current active live threads. It provides the stack trace of all the java threads in the JVM. It is used when the server is hung and we want to see the threads executing and take their dump. A java thread dump is a way finding out way […]
Category: Blog
15 Best Jenkins Alternatives in 2023
15 Best Jenkins Alternatives in 2022: Jenkins is an open source Continuous Integration platform and is a cruial tool in DevOps Lifecycle. However, its interface is outdated and not user-friendly compared to current UI trends. Moreover, Jenkin configuration could be tricky, and it has many other drawbacks. Here, is a curated list of top […]
What is Jenkins Pipeline?
In Jenkins, a pipeline is a group of events or jobs which are interlinked with one another in a sequence. In simple words, Jenkins Pipeline is a combination of plugins that support the integration and implementation of continuous delivery pipelines using Jenkins. A pipeline has an extensible automation server for creating simple or complex delivery pipelines “as […]
What is Jenkins ?
Jenkins is the most popular, open source Continuous Integration tool. It has tons of plugins that enhance its functionality. In this online training course, you will learn to Install Jenkin, create jobs, pipelines, integrate with GitHub, Selenium, and other tools. What is Continuous Integration? In Continuous Integration after a code commit, the software is built and […]
Learn AWK command in Linux with examples
The awk command is used for text processing in Linux. Although, the sed command is also used for text processing, but it has some limitations, so the awk command becomes a handy option for text processing. It provides powerful control to the data. The Awk is a powerful scripting language used for text scripting. It […]
HTTP Error codes and it’s meanings
HTTP Error codes and it’s meanings Please find below HTTP Error codes and it’s meaning – When accessing a web server or application, every HTTP request that is received by a server is responded to with an HTTP status code. HTTP status codes are three-digit codes,and are grouped into five different classes. The class of […]