RBRajesh Bindevrajesh.hashnode.dev00Day 70: Configure Jenkins User Access | 100 Days of DevOps6h ago · 6 min read · Content: Today I worked on configuring user access and permissions in Jenkins for the Nautilus DevOps team. The objective was to create a new Jenkins user, implement Project-based Matrix AuthorizatJoin discussion
RBRajesh Bindevrajesh.hashnode.dev00Day 69: Install Jenkins Plugins | 100 Days of DevOps1d ago · 5 min read · Content: Today I worked on installing required Jenkins plugins for the Nautilus DevOps team. The objective was to access the Jenkins web interface, authenticate using administrator credentials, insJoin discussion
RBRajesh Bindevrajesh.hashnode.dev00Day 68: Set Up Jenkins Server | 100 Days of DevOps2d ago · 7 min read · Content: Today I worked on setting up a complete Jenkins CI/CD server for the xFusionCorp DevOps team. The objective was to install Jenkins on an Ubuntu server using APT package management, properlJoin discussion
SSSanket Shahinblogs.deuexsolutions.com00Jenkins and DevSecOps: Automating Secure Software DeliveryMar 31 · 7 min read · Why Secure Software Delivery Has Become a Priority Software delivery used to focus on speed. Teams wanted faster releases, quicker deployments, and shorter feedback cycles. That focus has shifted. NowJoin discussion
SSarthak-code786injourneyindevops.hashnode.dev00 Pipelines That Break (and How I Fixed Them): A DevOps StoryMar 27 · 2 min read · For the past few weeks, I have been working on something beyond just learning tools. Instead of passively going through tutorials, I decided to approach DevOps the way it is actually practiced — by buJoin discussion
NMNoran Mohamedinnoran-mohamed-devsecops.hashnode.dev00Integrating SonarQube SAST with GitLab and Jenkins: A Complete DevSecOps Tutorial - Part 1Mar 19 · 21 min read · Introduction Hello everyone, and welcome to my very first blog post! In this post, I’ll be starting with a foundational task in DevSecOps. For those of you new to this world, DevSecOps is simply the pJoin discussion
NDNavya dubbakainyourjenkins.hashnode.dev00Introducing Jenkins!! CI/CD Automation That Never Sleeps Mar 4 · 2 min read · You might be wondering, what exactly is this CI/CD that you hear about everywhere??? Let's break it down!!!! Imagine a team of developers pushing code all day. Without automation, someone has to manuaJoin discussion
BMBhanu Mathurthiinbhanudevsr211230.hashnode.dev00Chapter-3: Scheduling Pipelines/Jobs in jenkinsFeb 20 · 3 min read · Cron: Cron is a syntax which is used to schedule a particular task, which means it will perfom all activities in that job. Cron Syntax: It has 5 starts * * * * * 1st star represents - no. of minutes 2Join discussion
BMBhanu Mathurthiinbhanudevsr211230.hashnode.dev00Webhook integration with JenkinsFeb 18 · 3 min read · Jenkins Terminology: Job: Job is a task we are going to perform in jenkins. There are different types of jobs in jenkins: freestyle pipeline multibranch-pipeline, etc… Source Code Management hereJoin discussion
BMBhanu Mathurthiinbhanudevsr211230.hashnode.dev00Chapter 1: Introduction to JenkinsFeb 8 · 5 min read · Before moving on to Jenkins, we have to get to know about CI/CD. Continuous Integration: continuos integration is nothing but both build and test happens at same time, it is combination of continuos bJoin discussion