Vanshika Sharmavanshikasharmaa.hashnode.dev·Jan 28, 2025Complete Jenkins CI/CD ProjectTask 1 Fork this repository: Create a connection to your Jenkins job and your GitHub Repository via GitHub Integration. Read About GitHub WebHooks and make sure you have a CICD setup. 1. Fork the Repository Go to the repository link: node-todo-...1 likegithub jenkins
Vanshika Sharmavanshikasharmaa.hashnode.dev·Jan 27, 2025JenkinsWhat is Jenkins? Jenkins is an open-source automation server designed to help automate various aspects of software development, primarily building, testing, and deploying applications. It plays a key role in the DevOps lifecycle, making implementing...1 likeJenkins
Ayodeji Hamedmyblog.qurtana.com.ng·Jan 14, 2025Project 2: Automating Testing and Deployment with GitHub ActionsIntroduction Welcome to the second article in my blog series: H A R S H H A A's 50 DevOps Projects: Build Skills from Beginner to Advanced. This project builds upon the foundation laid in the first and dives into the essential realm of Continuous Int...H A R S H H A A's 50 DevOps Projects: Build Skills from Beginner to Advancedgithub-actions
Shaheer Ahmadshaheerahmad.hashnode.dev·Nov 6, 2024Creating an Azure DevOps Pipeline to Clone a GitHub Repository to an Azure DevOps RepositoryIf you’re looking to clone a GitHub repository into an Azure DevOps repository and keep the two in sync, an Azure DevOps pipeline can handle this for you automatically. This pipeline will clone the code from a GitHub repository, set up the Azure DevO...11 likes·256 readsshaheer365
Prasad Reddyprasadreddy.hashnode.dev·Oct 7, 2024GitHub Actions Pipeline to execute Azure Bicep Templates to provision Azure ResourcesIn this section, we will explore how to set up a comprehensive GitHub Actions pipeline specifically designed for deploying Azure resources using Azure Bicep. Azure Bicep is a domain-specific language (DSL) that simplifies the process of managing Azur...57 readsPipelinesAzure
Yogesh Borudeyogeshb.hashnode.dev·Sep 26, 2024Overview of Jenkins Advanced - Pipelines and Shared LibrariesJenkins, a widely used open-source automation server, enables continuous integration and continuous delivery (CI/CD) workflows. As teams scale and their workflows become more complex, Jenkins' Pipelines and Shared Libraries offer advanced features to...28 readsJenkins
linhbqforSRE Tribeblogs.sretribe.net·Sep 26, 2024Pipelight - Tiny automation pipelines.Automate your most boring and repetitive tasks. 📦 A lightweight tool for CICD Pipelight is a Rust based small(13Mb) cli tool to be used from inside a terminal. Define pipelines using typescript, toml, hcl and yaml. Trigger on events: git hooks, fi...pipelight
Nicolás Georgersredevopsorg.hashnode.dev·Sep 12, 2024Vulnerabilidad crítica en un repo de Stripe: ¿Cómo asegurar los Workflows de GitHub Actions? Entendiendo "Pwn Request"Una vulnerabilidad grave en el GitHub Actions Workflow de Stripe permitió a un investigador obtener acceso al token de GitHub del repositorio. Esta vulnerabilidad, conocida como "Pwn Request", explotó la confianza depositada en los pull requests para...apps
Nicolás Georgersredevopsorg.hashnode.dev·Sep 12, 2024Security Breach in Stripe GitHub's Repo: How to Secure GitHub Actions Workflows? Understanding the Pwn Request VulnerabilityA severe vulnerability in Stripe’s GitHub Actions Workflow allowed a researcher to gain access to the repository's GitHub token. This vulnerability, known as "Pwn Request," exploited the trust placed in pull requests to gain unauthorized access to se...apps
Vivekheyvivek.com·Aug 16, 2024🚀 Continuous Integration and Deployment (CI/CD) with GitHub Actions: A Comprehensive Guide 🎯In the modern software development lifecycle, Continuous Integration and Continuous Deployment (CI/CD) have become essential practices for ensuring that code changes are seamlessly integrated, tested, and deployed to production environments. GitHub A...21 likes·861 readsgithub-actions