Schedule Job in Jenkins
If you want to schedule and run a job at a particular time then you can follow the below steps 1) Login to Jenkins 2) Goto the job […]
If you want to schedule and run a job at a particular time then you can follow the below steps 1) Login to Jenkins 2) Goto the job […]
In this script you will get information like AZ, instance ID, IP, keyname, etc… Please find the script below. Create a file with name getawsinstance.sh. Copy and paste
Please find the below steps for integrating sonarqube with Jenkins. Login into Jenkins and install SonarQube scanner pluginGo to Manage Jenkins –> Manage Plugins > Available –> SonarQube
Prerequisites Ubuntu 18.04/16.04 LTS with minimum 2GB RAM and 1 CPU. PostgreSQL Version 9.3 or higher SSH access with sudo privileges Firewall Port: 9000 MySQL Support for SonarQube
How to Install Kubernetes on CentOS 7 Date: 03-05-2021 Step 1: This package is not available in CentOS 7 repositories by default. You need to add Kubernetes repositories manually. Enter
React js web app deployment in Docker Date: 22-02-2021 Step 1: Create a Dockerfile in the directory root with below content based on your deployment procedure. =====FROM node:12.2.0-alpine