Skip to main content

Posts

End To End CI CD Pipeline Project | CI CD Pipeline

----->>>> This is  Start of CI pipeline ------->>>> pipeline {     agent any         tools {             jdk 'jdk 11'             maven 'maven3'         }         environment {             SCANNER_HOME= tool 'sonar-scanner'         }     stages {         stage ('Git checkout') {             steps {                 git branch: 'main', changelog: false, poll: false, url: 'https://github.com/jaiswaladi246/Webshop-app.git'         ...
Recent posts

Connecting to AWS - AWS Toolkit for VS Code

if this is your first time using the AWS Toolkit for Visual Studio Code,  Add Connection to AWS  User Interface (connection UI) automatically opens in VS Code. To access the connection UI at any time, open the command pallet by pressing  ( Ctrl+Shift+P  Windows), enter  AWS: Add a New Connection  into the search field, then select  AWS: Add a New Connection . Video Link :  https://www.youtube.com/watch?v=hYtYaFVWcCU  

Deleting Files more then 3 days with some file exceptions.

  [h895879@hd1mnxi02lx totalProducts]$ ls accessories.html                        handbags.html_1689660001  handbags.html_1690947001 accessories.html_1689672601             handbags.html_1689660901  handbags.html_1690947901 beauty.html                             handbags.html_1689661801  handbags.html_1690948801 beauty.html_1689672601                  handbags.html_1689662701  handbags.html_1690949701 build-your-own-jewelry.html             handbags.html_1689663601  handbags.html_1690950601 build-your-own-jewelry.html_1689672601  handbags.html_1689664501  handbags.html_1690951501 handbags.html                           handbags.html...

AWS : EBS Operation: Volume Resizing

 https://www.udemy.com/course/ultimate-aws-certified-sysops-administrator-associate/learn/lecture/27513472#notes Extend a Linux file system after resizing a volume :  Click Here lsblk    64  df -h    65  lsblk    66  df -h    67  clear    68  lsblk    69  df -h    70  sudo growpart /dev/xvda1 1    71  sudo growpart /dev/xvda 1    72  lsblk    73  df -h    74  lsblk    75  df -t    76  df -h last  step : reboot instance from console, it will get reflect.