Jenkins Tutorial For Beginners | Jenkins Full Course | Jenkins Tutorial

Поделиться
HTML-код
  • Опубликовано: 22 ноя 2024

Комментарии • 46

  • @bharathganesh6694
    @bharathganesh6694 Месяц назад +7

    Eagerly waiting for Terraform with Azure

  • @kirangundamala8434
    @kirangundamala8434 Месяц назад +5

    Thank you ! Expecting future playlsit on Terraform + GCP DevOps if possible!

  • @kavindugunasekara448
    @kavindugunasekara448 Месяц назад +1

    Thank You sir for your heard working for Devops community God bless you

  • @chrismorris3413
    @chrismorris3413 Месяц назад +3

    Eagerly waiting for the Terraform aws

  • @baivabmukhopadhyay8970
    @baivabmukhopadhyay8970 Месяц назад +1

    Gonna finish it in one go

  • @gashok-yt
    @gashok-yt Месяц назад +1

    hi,pyush, could you explain these concepts while explaining project in jnekins
    1.what type of java version we use, how to read pom.xml file, what points are important in pom.xml file, upto what level developer source code we need to understand in the source folder
    2. once we check app code by sonar , what are check marks we passed, how we validate those checkmarks
    3. in the same way what are check marks we follow while scanning docker image by trivy?

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  Месяц назад

      Hello, As trivy and Sonar steps were not included in the video, I will create a seperate video explanining those steps. Java version is dependent on the application.

  • @bilalahsan3506
    @bilalahsan3506 Месяц назад +1

    Great sir

  • @myselfakashagarwal
    @myselfakashagarwal 23 дня назад +1

    Absolutely valuable

  • @devapriya-01
    @devapriya-01 13 дней назад +1

    Is this complete and real time based tutorial for Jenkins..

  • @sureshmadabatthula5848
    @sureshmadabatthula5848 Месяц назад +1

    Superb bro 🥰

  • @yatindrakrishna4
    @yatindrakrishna4 Месяц назад +2

    Hey Piyush, please create something related to computer network that will aid in DevOps preparation.

  • @olawunmiogunseye327
    @olawunmiogunseye327 Месяц назад +1

    Thank you for the great video

  • @karansingh-fv8px
    @karansingh-fv8px Месяц назад +1

    Great video bro

  • @souviksarkar5480
    @souviksarkar5480 Месяц назад +1

    Sir, Can we take t2.medium(s) to perform today's tutorial

  • @devopsandcloud2
    @devopsandcloud2 Месяц назад

    Ye bhi sahi h ❤

  • @iamkonick
    @iamkonick Месяц назад +1

    Hey Pyush,
    I have a few questions for you. For example, If I have a JavaSpring project with 4 microservices, Each with it's unique dockerfile, also, the pom.xml uses fabric8, so if I write mvn clean install it creates the jar file and then using the dockerfile the jar is packaged as image and sent to a dockerhub, here as it has 4 microservices, there are 4 images and 4 image should be sent to dockerhub, is it possible to do it in one build? or for each module/microservice we need different ci? also, can we do it easily in jenkins?

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  Месяц назад +1

      Hello,
      There are multiple ways of doing it. If you have seperate dockerfile , you will also have seperate monorepo for each microservice and each monorepo should have its own Jenkinsfile so that they can be build and scaled independently which is one of the core principle of a microservice architecture. If you are doing everything in a same build, you are creating dependency among these microservices which is an anti-pattern and should not be done. Let me know if I was able to answer your question?

    • @iamkonick
      @iamkonick 15 дней назад

      @ Thank you, I understood and able to do it.
      I have another question for you..
      I have a rel-repo, i have a dev repo, i crated a fork from the dev repo, now i made the changes in a seperate branch (fix) , in my fork and created a pull request from my fork to dev repo, the changes to dev, which is then went for SBD for test, simu and production.
      Once the production is deployed, a manual merge was done from dev to rel, so everything is synchronized.
      Now, I want to trigger a job that will always check rel-repo , whenever there is a change made it will sync that to dev repo and also those changes will reflect to the fork master branch of each developer! Do you think it is possible, it will only happen monday morning which i can do with cron right?
      But how do I keep the upstream and downstream synchronized? I searched all over youtube, and blogs couldn’t find any resources!
      I found out maybe it can be done with GitActions. Do you have any ideas how it can be done or even it is possible to do?
      Thank you for all your help. I am a big fan.

  • @se7en592
    @se7en592 18 дней назад

    How to create the jenkins instance ?
    Please guide some1, am a complete beginner
    Thanks in advance 🙏

  • @ashwinalvin4997
    @ashwinalvin4997 Месяц назад

    Will this video tutorial be available even after live session

  • @muhammadaliazhar5138
    @muhammadaliazhar5138 Месяц назад +1

    I restart my jenkins-master ec2 instance ( t2 medium ) and after restarted , jenkins GUI is responding very slowly, how to resolve this issue? When I click on manage jenkins or any other button the page starts loading and response comes after 1 or 1.5 minutes. I also check jenkins service is active and running.

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  Месяц назад

      If it's slow, it could be issue with your underline VM. check the memory and CPU or underline node and try to use a bigger machine if that is the case

  • @Aarya-1155
    @Aarya-1155 16 дней назад

    Great tutorial!!! Please add timestamps .

  • @devopsmanexyz
    @devopsmanexyz Месяц назад +1

    need to increase font size

  • @devopsandcloud2
    @devopsandcloud2 Месяц назад

    Terraform aane wala tha sir
    Shayad dusri video select ho gyi 😁

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  Месяц назад +5

      Bhai thoda time do wo b aayega, aur jabardast entry ke saath aayega 😃

    • @devopsandcloud2
      @devopsandcloud2 Месяц назад

      @@TechTutorialswithPiyush waiting sir thanks.

  • @manavmakhija1591
    @manavmakhija1591 Месяц назад

    sir commands 😢

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  Месяц назад

      Hello Manav, I have added all the GitHub repositories in the description now. Please check

    • @manavmakhija1591
      @manavmakhija1591 Месяц назад

      @@TechTutorialswithPiyush thanks sir