Skip to content

Instantly share code, notes, and snippets.

@lioneltchami
Created October 9, 2024 04:03
Show Gist options
  • Select an option

  • Save lioneltchami/2337d0fc4c05577a7869552a6f0b8c79 to your computer and use it in GitHub Desktop.

Select an option

Save lioneltchami/2337d0fc4c05577a7869552a6f0b8c79 to your computer and use it in GitHub Desktop.
  1. Access Jenkins dashboard
  2. Navigate to "Manage Jenkins"
  3. Click on "Manage Credentials"
  4. Choose credential scope:
    • Click on "Jenkins" for global credentials
    • Select a specific domain to limit scope
  5. Add new credentials:
    • Click "Add Credentials"
  6. Select credential type:
    • Username with password
    • SSH Username with private key
    • Secret text
    • Certificate
    • Docker Host Certificate Authentication
    • AWS Credentials
  7. Fill in required information:
    • For Username with password:
      • Username
      • Password
    • For SSH Username with private key:
      • Username
      • Private Key
    • For AWS Credentials:
      • Access Key ID
      • Secret Access Key
  8. Add an optional description
  9. Click "OK" to save the credentials
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment