Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
In modern software development, code quality plays a vital role in maintaining reliable and maintainable applications. As part of a DevSecOps or CI/CD workflow, integrating SonarQube with Jenkins helps automate static code analysis, detect vulnerabilities early, and enforce quality gates…
🧩 1. Create an S3 Bucket 🔑 2. Create an IAM User for Artifactory ⚙️ 3. Update binarystore.xml 🔸 Note: The <chain template=”s3-storage-v3-direct”/> ensures Artifactory uses direct S3 access instead of caching locally. 🧹 4. Set Permissions Ensure the binarystore.xml…
Introduction If you’ve ever tried to delete a Kubernetes namespace, only to find it stuck in the Terminating state for days (or even months), you’re not alone. This happens when finalizers—special hooks that ensure proper cleanup—fail to complete, leaving the namespace in…
Prerequisites Before proceeding, ensure you have:✅ A running Jenkins master instance✅ Java installed on the agent machine✅ Administrator access on the Windows machine✅ Winsw.exe package Download Link Step 1: Download the Jenkins Agent JAR Step 2: Creating the Requirement Files…
Infrastructure Documentation: CI/CD Pipeline Documentation: Runbooks: Monitoring and Alerting Setup: Deployment and Release Notes: Configuration Management Documentation: Security and Compliance Documentation: API Documentation: Incident Reports and Postmortems: Scripting and Automation Guides:
Collaboration with Development and Operations Teams: Continuous Integration and Continuous Deployment (CI/CD): Infrastructure as Code (IaC): Monitoring and Logging: Security and Compliance: Automating Workflows: Troubleshooting and Incident Management:
Scope of the blog: Required Pre-requisites: STEPS: Scan Result: Pipeline Code:
Login to your Azure DevOps account and create a pipeline Under steps add the below task Here the checkout URL is like git://{ Your Project }/{Your Repository Name}@{Branch Name} Once you added this task, now create a bash script task…
Download the file(xml_to_nunit.xslt) attached in this document and then put it into your repository Go to the Pipelines section in Azure DevOps and then select New Pipeline Then select Azure Repos Select configure pipeline as Starter pipeline Now delete all…