20 likes
·
9.2K reads
11 comments
Thank you so much for this content. Its really helpful.I feel there is some wonderful projects over MR. DevOps YouTube channel as well. It would be great if you try that as well.
Sure Ramailo, I will check. This way we can learn and explore more concepts. Thanks for sharing.
Amazing presentation but when I ran my build it shows me an errors which is
Started by user Admin ERROR: Unable to find blob/main/java-maven-sonar-argocd-helm-k8s/spring-boot-app/JenkinsFile from git github.com/BroDevOps/Jenkins-Zero-To-Hero Finished: FAILUREk
Sagar, please make changes to your Jenkins-Zero-To-Hero/java-maven-sonar-argocd-helm-k8s/spring-boot-app/JenkinsFile
- replace iam-veeramalla with you repo name (BroDevOps)
- replace with your email and username. git config user.email "abhishek.xyz@gmail.com" git config user.name "Abhishek Veeramalla"
- Make sure u are creating creditials in Jenkins as mentioned in blog.
Hope this solve your issue.
DOCKER_IMAGE = "abhishekf5/ultimate-cicd:${BUILD_NUMBER}"
for above line replace abhishekf5 with your dockeruser.
Jenkins-Zero-To-Hero/java-maven-sonar-argocd-helm-k8s/spring-boot-app-manifests/deployment.yml
in above file, change abhishekf5 with your dockerhub username
Edited! Great article!
djgnjdsngf
Hi Sunita, Thank you for this content. It will help me a lot. Can you please confirm me where I can get SonarQube URL?
Hello Birendra, It is your EC2 Public IP Address where you are going install sonarqube. (Steps for same are mentioned "Configure a Sonar Server locally")