VKvishwajit kumarinvishwajitkumar.hashnode.devยทSep 13, 2023 ยท 2 min read๐ Getting Started with Terraform ๐Terraform is an amazing Infrastructure as Code (IAC) tool that lets you define and provision your infrastructure using code. ๐ ๏ธ Installation ๐ ๏ธ For window installation: Install Terraform from the official link download For Linux installation: go...00
VKvishwajit kumarinvishwajitkumar.hashnode.devยทJul 29, 2023 ยท 2 min read๐๐ฝ๐ Jenkins Upstream and Downstream Pipelines: Flow Like a Pro! ๐๐In Jenkins, upstream and downstream pipelines refer to the concept of dependency between different pipeline jobs. These terms are commonly used in Jenkins and other continuous integration/continuous delivery (CI/CD) systems. Let's understand them in ...00
VKvishwajit kumarinvishwajitkumar.hashnode.devยทJul 28, 2023 ยท 1 min read๐๐ง๐ Trigger Jenkins Build Remotely: Automate with Ease! ๐๐ฒClick on New Item create a new project and select a freestyle project Click on source management enter your Repository URL In the branch specifier, you have to put main or master as related to your repository After that click on manage jenkins afte...00
VKvishwajit kumarinvishwajitkumar.hashnode.devยทJul 27, 2023 ยท 2 min read๐ค๐ฅ๐ User Creation & Role-Based Access Control ๐๐Login to Jenkins with admin user click on Manage Jenkins after that click on users click on Create a User and fill in the details So we have created one more user you can log in with another user also here I have all the access as admin have so we...00
VKvishwajit kumarinvishwajitkumar.hashnode.devยทJul 26, 2023 ยท 2 min read๐๏ธ๐ Installing Jenkins for Continuous Integration and Automation! ๐๐งProcedure to install Jenkins Step1: Go to https://www.jenkins.io/doc/book/installing/linux/ Search for Long Term Support release Step2: Go to the console and find whether Java is installed or not, if not then sudo apt update sudo apt install openjdk...00