DevOps Tool Series: Jenkin Integration with Tools
Jenkins being a popular automation tool, integrates seamlessly with a wide range of tools and technologies to facilitate continuous integration and continuous delivery processes.
# Integrate with GITHUB:
Go to GitHub repository → Settings.
Now fill the details:
Jenkins Integration with SonarQube:
Jenkins Dashboard → Manage Jenkins → Configure system.
Fill the name and Server URL
Click Add to insert the token.
secret from sonarqube will be like- sqa_2e4c667ef2ae8fabd6cc4a6e668da8c853968958
→ Select secret text → ADD Sonar token (generated from SonarQube Dashboard)
INTEGRATE WITH DOCKER HUB:
Navigate to: -
Jenkins Dashboard → Manage Jenkins → Credentials → System → Click on global credentials.
Click on — Add Credentials:
ADD the docker hub credentials with name as docker.
Now the setup is done and docker details will appear.