Sign in
Log inSign up
Sunita

20 likes

·

9.2K reads

11 comments

Ramailo Manche
Ramailo Manche
Apr 11, 2023

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.

2
·
·2 replies
Sunita
Sunita
Author
·Apr 19, 2023

Sure Ramailo, I will check. This way we can learn and explore more concepts. Thanks for sharing.

1
·
Deactivated User
Deactivated User
Deactivated User
Pro
Nov 21, 2023

cool

·
Sagar Aulakh
Sagar Aulakh
Apr 20, 2023

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

2
·
·3 replies
Sunita
Sunita
Author
·Apr 20, 2023

Sagar, please make changes to your Jenkins-Zero-To-Hero/java-maven-sonar-argocd-helm-k8s/spring-boot-app/JenkinsFile

  1. replace iam-veeramalla with you repo name (BroDevOps)
  2. replace with your email and username. git config user.email "" git config user.name "Abhishek Veeramalla"
  3. Make sure u are creating creditials in Jenkins as mentioned in blog.

Hope this solve your issue.

·
Sunita
Sunita
Author
·Apr 20, 2023

DOCKER_IMAGE = "abhishekf5/ultimate-cicd:${BUILD_NUMBER}"

for above line replace abhishekf5 with your dockeruser.

·
Sunita
Sunita
Author
·Apr 20, 2023

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

·
Kieran Roberts jkbasjkbfbjaksbfjbjasbfjbdsjkfb
Kieran Roberts jkbasjkbfbjaksbfjbjasbfjbdsjkfb

Edited! Great article!

1
·
·1 reply
Kieran Roberts jkbasjkbfbjaksbfjbjasbfjbdsjkfb
Kieran Roberts jkbasjkbfbjaksbfjbjasbfjbdsjkfb

djgnjdsngf

·
Birendra Behera
Birendra Behera
Apr 23, 2023

Hi Sunita, Thank you for this content. It will help me a lot. Can you please confirm me where I can get SonarQube URL?

·
·1 reply
Sunita
Sunita
Author
·Apr 23, 2023

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")

·