Skip to content

Latest commit

 

History

History
20 lines (19 loc) · 767 Bytes

configure-jenkins-host.md

File metadata and controls

20 lines (19 loc) · 767 Bytes

Configure Jenkins Host

  1. Grab the url from capstone-project-jenkins stack jenkins_host_url
  2. Grab the passsword from jenkins host and paste here
    sudo cat /var/lib/jenkins/secrets/initialAdminPassword
    
    jenkins_first_page
  3. Install Suggested plugin install_sugg_plugin
  4. Create First Admin User
  5. Home page of jenkins jenkins_home_page
  6. Install plugins: Go to Manage Jenkins -->> Click on Manage plugins -->> Click Available tabs search below plugins and selct and install.
    • CloudBees AWS Credentials Plugin
    • BlueOcean Aggregator
    • Pipeline: AWS Steps
  7. Enjoy !!