Skip to main content Skip to complementary content

Storing login credentials in Jenkins

You need to store the login credentials of your source control management tool and deployment containers (Docker, Amazon AWS, Azure, etc.) in Jenkins.

Procedure

  1. Navigate to Manage Jenkins > Configure Credentials > Credentials.
  2. Click System > Global credentials > Add Credentials and add the following credentials:
    • Git or SVN: where your project items (Jobs, Routes, Tests, etc.) are stored

      Name its ID git, this name will be used in the pipeline script

    • (optional) Docker: where you want to deploy your artifacts

      Name its ID docker, this name will be used in the pipeline script

    • (optional) Amazon AWS, Microsoft Azure
  3. Click Save to take the changes into account.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – please let us know!