HARDIK PANSANIhardikops.hashnode.dev·Sep 14, 2023Day 4 : Basic Linux Shell Scripting for DevOps EngineersBasic Linux Shell Scripting This is #90DaysofDevops challenge under the guidance of Shubham Londhe sir. Day 4 TASK 1) What is Shell Scripting? Shell scripting is a technique in which a programmer writes a series of commands for the shell to execute....#90daysofdevops
Sowmyasowmya-mb-techblogs.hashnode.dev·Jul 22, 2023Jenkins CI/CD with Github integrationIn this project, I have created CI/CD pipeline for a todo-node-js app. This pipeline handles the following jobs: Clone the code from GitHub repo Build and deploys the code through docker tool Also, I have connected Jenkins and GitHub through ssh ...35 readsDevops