Skip to content

DAWS-82S/cicd-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jenkins

Install below plugins when you started Jenkins.

Plugins:

  • Pipeline stage view
  • Pipeline Utility Steps
  • AWS Credentials
  • AWS Steps
  • Rebuild
  • Ansi Color
  • SonarScanner

Restart Jenkins once plugins are installed

Manage Credentials:

  • We need to add ssh credentials for Jenkins to connect to agent. I am using ID as ssh-auth
  • We need to add aws credentials for Jenkins to connect with AWS for deployments. I am using
    • aws-creds-dev
    • aws-creds-prod
    • aws-creds

Configure Master and Agent

Configure Jenkins Shared Libraries

Now Jenkins is ready to use.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors