Jenkins CI / CD Pipeline Tutorial in Tamil | Create Jenkinsfile Easily | Jenkins Tutorial #9

Поділитися
Вставка
  • Опубліковано 12 гру 2024

КОМЕНТАРІ • 10

  • @SELVATechITOps
    @SELVATechITOps  5 місяців тому +1

    Thank you for watching this video. Make sure you have Subscribed to our channel @selvatechitops for more interesting videos and stay connected with us on social networking sites to get further updates immediately.
    Click here to Subscribe: bit.ly/selvatechitops
    Website: www.learnitguide.net
    Facebook : facebook.com/selvatechitops
    Twitter : twitter.com/selvatechitops
    Instagram : instagram.com/selvatechitops
    Pinterest : www.pinterest.com/selvatechitops
    Telegram : t.me/selvatechitops
    Linkedin : www.linkedin.com/in/selvatechitops

  • @VN_creator
    @VN_creator 5 місяців тому +1

    Good to see you back

    • @SELVATechITOps
      @SELVATechITOps  5 місяців тому

      Thanks bro, keep provide your support and share with your friends..

  • @thilaksalivahanan2342
    @thilaksalivahanan2342 5 місяців тому +2

    Hi Selva. Please can you collaborate all your teaching into a streamline course. Which wil be helpful for the readers as in UA-cam we might miss some topic or getting the doubts clarified will be challenging

    • @SELVATechITOps
      @SELVATechITOps  5 місяців тому +1

      Yes, I can understand it. But due to other commitments and considering time. I coulndt make it. Thats why, I make videos in free time and upload to viewers for free. Also I will consolidate every individual topics to single videos as crash courses. So far, I have uploaded single video course for git, docker, kubernetes, jenkins.

    • @thilaksalivahanan2342
      @thilaksalivahanan2342 5 місяців тому

      @@SELVATechITOps Thanks Selva. It helps 👍 . Let me know if we can connect and I can clear other doubts regarding the topics/ skills

  • @sarath3925
    @sarath3925 5 місяців тому +2

    Hi Anna,
    In the pipeline script we used parameters variable as $param_name but with credentials we used as ${env_name}. Why??

    • @SELVATechITOps
      @SELVATechITOps  5 місяців тому +1

      Both are for variable assignment only. but there are few diference in it.
      $param_name - We used this format, because the variable is a plain text. So we can use such format.
      $(env_name) - We use this format when we have multiple commands or special charactors. On that case we can use this variable formats to avoid unnecessary syntax related issues, this will work in all variable formats.. Eg: $(uname -a)

  • @2RAJ21
    @2RAJ21 3 місяці тому +1

    Thank you

  • @life_hunter28
    @life_hunter28 6 днів тому

    hii, how to add the credential