Skip to content
View adeoyedewale's full-sized avatar
Block or Report

Block or report adeoyedewale

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
adeoyedewale/README.md

Hi, I'm Adewale Oyedele @adeoyedewale

  • πŸ‘€ With over 5 years of experience as an Associate Cloud and DevOps Engineer, I specialize in AWS Cloud services and DevOps practices.
  • 🌱 I'm currently deepening my expertise in AWS, focusing on advanced cloud solutions and DevOps automation techniques to streamline development and operational processes.
  • πŸ’žοΈ Looking to collaborate on challenging projects that leverage AWS infrastructure, seek innovative cloud solutions, or require robust DevOps strategies. My goal is to drive efficiency, reliability, and scalability through automated CI/CD pipelines, infrastructure as code (IaC), and cloud-native technologies.
  • πŸ”— Let's innovate in the cloud together!
  • πŸ“« Reach out to me for collaborations or if you're interested in discussing AWS and DevOps best practices.

Pinned

  1. how-to-integrate-jenkins-with-aws.md how-to-integrate-jenkins-with-aws.md
    1
    # Pipeline version 1
    2
    ```
    3
    pipeline {
    4
      agent { label "linux" }
    5
      stages {