How to Setup Jenkins on Ubuntu Instance in AWS Cloud | Configure Jenkins using 17 on Linux Instance

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

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

  • @junaidrumankhan9111
    @junaidrumankhan9111 5 месяцев назад

    how we suppose to find the commands if you wont proved command file even the jenkins site has command it would help you provide you pdf

    • @junaidrumankhan9111
      @junaidrumankhan9111 5 месяцев назад

      its in the description

    • @DevOpsCoach
      @DevOpsCoach  5 месяцев назад

      Add Repository key to the system
      curl -fsSL pkg.jenkins.io/debian/jenkins.io-2023.key | sudo tee \
      /usr/share/keyrings/jenkins-keyring.asc > /dev/null
      Append debian package repo address to the system
      echo deb [signed-by=/usr/share/keyrings/jenkins-keyring.asc] \
      pkg.jenkins.io/debian binary/ | sudo tee \
      /etc/apt/sources.list.d/jenkins.list > /dev/null
      sudo apt update
      sudo apt install jenkins -y

    • @DevOpsCoach
      @DevOpsCoach  5 месяцев назад

      www.coachdevops.com/2024/01/install-jenkins-on-ubuntu-2204-setup.html
      yon can refer in my website. we cant add those commands in the description as special characters are not supported