Haripriya
blogger
hii this is amazing but i ran into an error in build stage can anyone help Started by user Ashish Mondal Obtained java-maven-sonar-argocd-helm-k8s/spring-boot-app/JenkinsFile from git github.com/Hawk-95/Jenkins-integration.git [Pipeline] Start of Pipeline [Pipeline] node Running on Jenkins in /var/lib/jenkins/workspace/ultimate-demo [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE No credentials specified
git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/ultimate-demo/.git # timeout=10 Fetching changes from the remote Git repository git config remote.origin.url github.com/Hawk-95/Jenkins-integration.git # timeout=10 Fetching upstream changes from github.com/Hawk-95/Jenkins-integration.git git --version # timeout=10 git --version # 'git version 2.34.1' git fetch --tags --force --progress -- github.com/Hawk-95/Jenkins-integration.git +refs/heads/:refs/remotes/origin/ # timeout=10 git rev-parse refs/remotes/origin/main^{commit} # timeout=10 Checking out Revision acaf393f80b94a5b905e891661d5da7e7af51868 (refs/remotes/origin/main) git config core.sparsecheckout # timeout=10 git checkout -f acaf393f80b94a5b905e891661d5da7e7af51868 # timeout=10 Commit message: "Update JenkinsFile" git rev-list --no-walk b96312af3baf66c1301f51c409f6cb589166b549 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh
- docker inspect -f . ashishm95/maven-abhishek-docker-agent:v1
Error: No such object: ashishm95/maven-abhishek-docker-agent:v1 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh
Thanks Sunita. I built my own image agent with the jdk 17 but I'm getting error "fatal: not in a git directory" when running git commands. Looks like git recognizes root is not the same user that fetch the git files. Did you do something special to you image abhishekf5/maven-abhishek-docker-agent:v1 ? Thanks again
Hi Sunita, Thank you for this content. It will help me a lot. Can you please confirm me where I can get SonarQube URL?
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: FAILURE
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.
Thank you so much for this content. Its really helpful.I implemented this setup, every thing went good but in minikube i listed all the services after converting cluster ip to NodePort, i got the URLs to access from browser, When i tried to access its not coming up(this site can't be reached), but all the pods are up on running, i am not sure what might be the reason, i implemented minikube setup in ubuntu medium server in aws, but nodeport should be accessible from outside also right, can you please suggest me what will be the reason for not getting argocd running on browser?
Reply