How to create a pipeline in Jenkins?
How to create a pipeline in Jenkins? Hello Everyone Welcome to CloudAffaire and this is Debjeet. In today’s blog post, we will discuss what is a pipeline in Jenkins, how…
Different DevOps tool
How to create a pipeline in Jenkins? Hello Everyone Welcome to CloudAffaire and this is Debjeet. In today’s blog post, we will discuss what is a pipeline in Jenkins, how…
How to install a plugin in Jenkins? Hello Everyone Welcome to CloudAffaire and this is Debjeet. In today’s blog post, we will discuss what is plugin in Jenkins, where to…
How to use Jenkins CLI with examples? Hello Everyone Welcome to CloudAffaire and this is Debjeet. In today’s blog post, we will discuss how to install and configure Jenkins cli,…
How to create a basic REST API? Hello Everyone Welcome to CloudAffaire and this is Debjeet. So far, we have discussed what is REST API and how to interact with…
REST API using PowerShell Hello Everyone Welcome to CloudAffaire and this is Debjeet. You can interact with a REST API endpoint using PowerShell Invoke-WebRequest or Invoke-RestMethod modules. But for backward…
REST API using Python requests module Hello Everyone Welcome to CloudAffaire and this is Debjeet. You can interact with a REST API endpoint using Python request module and today we…
REST API using curl Hello Everyone Welcome to CloudAffaire and this is Debjeet. You can interact with a REST API endpoint from Linux command line using curl command and today…
What is REST API? Hello Everyone Welcome to CloudAffaire and this is Debjeet. REpresentational State Transfer (REST) Application Programming Interface (API) is a set of rules for communication between devices…
How to write README.md using Markdown Hello Everyone Welcome to CloudAffaire and this is Debjeet. Today we are going to discuss how to write readme.md files using Markdown language. What…
How to add a self-hosted runner in GitHub? Hello Everyone Welcome to CloudAffaire and this is Debjeet. Today we will discuss how to install, configure, and add a self-hosted runner…