Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 918 Bytes

configure-jenkins-pipeline.md

File metadata and controls

18 lines (16 loc) · 918 Bytes

Configure Jenkins Pipeline from the repo

  1. Login to Jenkins with your admin user and pass

  2. Create below credentials: Go to Manage jenkins --> Manage Credentials -- > click on global

    • dockerhubCredentials
    • aws-credentials manage_credentials dockerhub_credentials aws_credentials
  3. Create Pipeline integrate with github Click on Open Blue Ocean select_blue_ocean Select Github --> Click on Create an access token here -- > authenticate github --> give some name for token ---> Copy Token and paste in jenkins -- > select which organization does the repository belong to select_github_create_token Select Repository and create pipeline. select_repo

  4. Enjoy !!!