Install and Configure Bamboo tool
This post describes how to install and configure the Bamboo tool which is used for Continuous Integration and Continuous deployment also called as CI/CD pipelines. There are various types of CI/CD pipelines and Bamboo is one of the tool which is being used for continuous deployments in the cloud environment. Below are the some of…
Read moreTerraform
Terraform create main.tf got to DOCS: https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs Providers : copy the script paste in visual studio got to view–Terminal execuete : terraform init Got to AD–App regtistration–create new registration. copy: clientID: copy TenantID: copy subscription ID: AD–App registration-select created form–lefthand select certificates and secrets– create new client secret- copy teh secret ID CLient Secret ID:…
Read moreJenkins
Jenkins is an open source automation server which enables developers around the world to reliably build, test, and deploy their software. Jenkins is an open source continuous integration/continuous delivery and deployment (CI/CD) automation software DevOps tool written in the Java programming language. It is used to implement CI/CD workflows, called pipelines. Official website:https://www.jenkins.io/ Setup Jenkins: Install Java development kit(JDK) Download…
Read moreGitHub Commands
Github Commands GitHub is a distributed version-control platform where users can collaborate, having versions, share the ideas. Github commands git init — To initializa the Gitgit loggit statusgit add .git commit -m “Message”git remote -vgit remote add origin urlgit remote push -u master origingit push origin master git config –list If you want to change the…
Read more