Sonarqube Complete Tutorial 2023

  Рет қаралды 108,077

DevOps Shack

DevOps Shack

Күн бұрын

Пікірлер: 89
@lingrajbiradar4416
@lingrajbiradar4416 Жыл бұрын
two days back asked you to create video on sonarqube and here it is already.. 😀 Thank you so much brother..🤩
@prakashkchauhannn
@prakashkchauhannn Жыл бұрын
It was straightforward to understand hands-on. Thank you.
@devopsshack
@devopsshack Жыл бұрын
Hey man, thanks for watching ✌🏻
@riyazbasha2420
@riyazbasha2420 Жыл бұрын
I really appreciate your hard work and the way of teaching. Thanks!
@sandeepkumararya9949
@sandeepkumararya9949 7 ай бұрын
One stop for the complete Sonar. Clearly explain. thanks.
@generalgyan8705
@generalgyan8705 Жыл бұрын
Nice Bro. Beautifully explained..
@shreyasdevarkar8289
@shreyasdevarkar8289 Жыл бұрын
Nice work! Personal pov - On the SonarQube stage of the pipeline a tad more details would have made things simpler for me.
@anishkumarswar3163
@anishkumarswar3163 Жыл бұрын
Aree bhaiya kya baat hai, 1 no.... Itne jldi... Bhai will suggest weekend main 1 hour or 2 hour live session lijiye if anyone having any doubt regards on the uploaded vdo then will clarify.. Will be help us.. Thank you Bhai for actively doing and appreciate ur effort❤
@devopsshack
@devopsshack Жыл бұрын
Share the videos as well🥺 Need a bigger audience ✌🏻
@OsccarMartinez-oo1or
@OsccarMartinez-oo1or Ай бұрын
it was helpful man, thank you so much!!!
@nandanhj2615
@nandanhj2615 3 ай бұрын
This video is very helpful:) Thanks
@Shreenidhi110
@Shreenidhi110 6 ай бұрын
Clear explanation,thank you
@Cloudnp9458
@Cloudnp9458 8 ай бұрын
We have source code, there might be some syntax based error, vulnerabilities in our code, code smells. To make sure code is free of all this and pin point at particular line which has issues, we use sonarqube. It does two things... 1. Code coverage - code coverage 80% means that amount of code is tested.. 2. Code quality check- code quantity determined by 1.Due to bug(wrong code), 2.vulnerability(section of code which is open to attack), 3. code smell(that section of code which is poorly written and create confusion). Why sonarqube is used, it is compatible with nodejs, java, python, c sharp all of these source code.
@niharuoriannagrande4144
@niharuoriannagrande4144 Жыл бұрын
ty very much, subscribed !
@lingrajbiradar4416
@lingrajbiradar4416 Жыл бұрын
amazing video☺
@sobankhan7517
@sobankhan7517 Жыл бұрын
Thanks Sir, love from Pakistan
@shrikanthmr3711
@shrikanthmr3711 11 ай бұрын
20:25 those properties plugins and dependency files are written by devops engineers?
@PrinceGupta-t1v
@PrinceGupta-t1v Ай бұрын
How to delete older scan in the SonarQube, we need to explore any API details which can delete bulk scan on the basis of date range or any details
@grandlimine464
@grandlimine464 11 ай бұрын
Hi, can you please show same pipeline but with docker containers? How to build docker-compose.yaml file for each tool? (jenkins, sonarqube)
@mortalbm
@mortalbm Жыл бұрын
that was awesome! thanks.
@alwaha4283
@alwaha4283 Жыл бұрын
Good video ❤
@devopsshack
@devopsshack Жыл бұрын
Thanks 😁
@markdarwinvillarta3768
@markdarwinvillarta3768 Жыл бұрын
Thank you brother for a timely tutorial on this, love from Philippines ! Already subscribe, Maybe you can do sonarqube AD or LDAP integration
@devopsshack
@devopsshack Жыл бұрын
Sure will try
@connectwithanandsuresh
@connectwithanandsuresh 3 ай бұрын
HI Aditya - How do we fail the pipeline when the code is failed to coverage > 80 % or having some vulnerabilities? And how do we share the sonar report in real-time?
@pranay.mahakalkar
@pranay.mahakalkar Жыл бұрын
Hi Aditya. Que: What are the common vulnerabilities you have seen so far? Thank you in advance.
@EgatturCricketClub
@EgatturCricketClub 10 ай бұрын
Is sonarqube and checkov tool serve the same purpose. If not, Can you please let me know when to use both the tools
@devopsumman7364
@devopsumman7364 Жыл бұрын
How to check Date and time of completion at the sonarqube homepage for Pull Request jobs, in current version 10.2.1 date and time is not appearing and not finding at other positions. Thanks in Advance for the support.
@DileepK-li1ig
@DileepK-li1ig 2 ай бұрын
What are configuration for dotnet core project code coverage?
@Roman69245
@Roman69245 8 ай бұрын
If you experience errors on the maven - sonarqube connection, change the "localhost" of sonarqube to your machine's IP and check that the JDK version you put into Jenkins is the same as the version on your machine.
@bharaniS-o4y
@bharaniS-o4y Ай бұрын
bro where i will get that dependency properties and plug in file bro
@nitishmalang4844
@nitishmalang4844 Жыл бұрын
bro make video on kubernetes architecture btw 😇 this sonarqube tutorial was awesome
@pragadeesh9044
@pragadeesh9044 3 ай бұрын
Need help on AWS EC2 - Sonarqube Setup video. I am using gitlab, pipeline is failing with sonaruqube xxxx:xxxx cannot be reached. I am able to curl in Ec2 instance and in browser it is working.
@Mudassir.realme
@Mudassir.realme 11 ай бұрын
Is this the complete tutorial on sonarqube ? Or should i have to learn more and more ?? Or this much is enough ? Please reply
@novicecoder5753
@novicecoder5753 Жыл бұрын
Hey, the tutorial is interesting but I have some doubts and feedback 1)If project creation is also included it would be nice even though shell command does this thing. 2)You geberated a token under your profile section. But i generated the token from the project creation manually is it ok. And another thing is can i use same token that i generated for single project is it ok. 3)You configured the tools maven and sonar scanner but if i dont want to perform analysis on jenkins master then configuring them is not correct right. I mean basically we are using the node and perform the analysis on jenkins node. so in this scenario i need to manually install them in the jenkins node am i right. 4)Finally is this enough for a devops engineer? Thanks ❤ for the video
@ankitsono8701
@ankitsono8701 8 ай бұрын
It is necessary to create a testcase and and the code coverage is based on testcase right ?
@kommisettydinesh7342
@kommisettydinesh7342 Жыл бұрын
Hello sir. Thanks for sharing your knowledge. can you pls make a video with NodeJS application also.
@yaseenbaba3389
@yaseenbaba3389 Жыл бұрын
Excellent!. Can we mask the passwords where ever is required ? Like using IAM or secrets in-place And in issues section you said assigned to specific persons for fixing, Will it be assigned to the developer who has pushed to feature branch after their coding task ? Please if possible do a video on Gerrit tool.
@devopsshack
@devopsshack Жыл бұрын
We can mask , yess And the issues are assigned to developers
@mohanmurali7975
@mohanmurali7975 4 ай бұрын
Bro after generating this how do we pass it developers end so that they can rectify them
@arozendojr
@arozendojr Жыл бұрын
How to create a branch, using production, ignore the entire production base, analyze only the new commits?
@RaviKishan-n2m
@RaviKishan-n2m Жыл бұрын
in my project quality gate unable to applied project in sonarqube after run command "npm run sonar"
@burunonono
@burunonono Жыл бұрын
Please refrain from using the phrase 'OK' habitually. Thank you.
@devopsshack
@devopsshack Жыл бұрын
Ok😂😂😂
@gimhanranasinghe336
@gimhanranasinghe336 Жыл бұрын
Dose sonarscanner support .NET 7. ?
@rahil7861
@rahil7861 Жыл бұрын
When I am using Jenkins and Sonarqube docker containers and try to run pipeline in Jenkins. The console output showing me no Sonarqube Scanner Tool found. But I have already added the plugins of Scanner in my Jenkins. Could you help me out to fix this issue?
@devopsshack
@devopsshack Жыл бұрын
U may not have added sonar server
@rahil7861
@rahil7861 Жыл бұрын
I did added it but still its not working. Also i have referred different article on medium and they have said that you need to install sonarcube scanner through apt-get install command in jenkins container. I did this too, but no luck.@@devopsshack
@ManiBalajiC
@ManiBalajiC 8 ай бұрын
Why didn't you configure the SonarQube container in the global systems , you just used the tool configuration. ??
@dilushaalphonso9626
@dilushaalphonso9626 Жыл бұрын
can you please add any testing tool integration in CI/CD pipleline (Selenium)
@devopsshack
@devopsshack Жыл бұрын
Okay
@newrock_
@newrock_ 6 ай бұрын
everything is good but how to install and how to setup sonar
@maazmohd7244
@maazmohd7244 Жыл бұрын
Are you running Jenkins & sonar on the same machine, does both can be setup on free-tire.
@devopsshack
@devopsshack Жыл бұрын
I use t2.large if multiple things i need to setup
@gollarambabu3317
@gollarambabu3317 9 ай бұрын
sonarqube not working localhost in windows and Jenkins working
@paramvirrotwal2428
@paramvirrotwal2428 9 ай бұрын
How to make pom.xml file for python applications like for fastAPI
@sujethapai5127
@sujethapai5127 Жыл бұрын
pls make video on prometheus and grafana..
@devopsshack
@devopsshack Жыл бұрын
In future, yes✌🏻
@sujithexcellence
@sujithexcellence Жыл бұрын
@@devopsshackwaiting 🎉
@prakashkchauhannn
@prakashkchauhannn Жыл бұрын
Overall it is a very good video but when I tried to integrate a Jenkins pipeline with Sonar it failed. After a long debug found that Project creation on sonar is missing in this video. Try to add this part as well. Thank you.
@devopsshack
@devopsshack Жыл бұрын
-Dsonar.projectName=projectname When u put this in shell command the project gets created which I already showed in video🙂
@prakashkchauhannn
@prakashkchauhannn Жыл бұрын
@@devopsshack true, apologies I have missed that part.
@kiran.on.devops
@kiran.on.devops Жыл бұрын
unable to start the sonarqube, connection timeout
@govindsharma7194
@govindsharma7194 Жыл бұрын
Hello There, Is is possible ? we can setup sonar qube without docker ?
@rahil7861
@rahil7861 Жыл бұрын
yes, plain installation is also available but you need 2vCpus and 2 gb ram minimum to install it
@abhishekghadage8085
@abhishekghadage8085 8 ай бұрын
My sonarqube server is not running any reason
@rahulray7683
@rahulray7683 11 ай бұрын
How to show multiple branch on Sonarcube
@devopsshack
@devopsshack 11 ай бұрын
That feature available in developer edition
@sureshpolisetty8938
@sureshpolisetty8938 Жыл бұрын
bro faceing an issue with sonarqube page while copying the ipv4 public:9000 then it didn't connect to sonarqube page, so what is the error? how can I correct it.
@devopsshack
@devopsshack Жыл бұрын
Check in security group if port is open
@sureshpolisetty8938
@sureshpolisetty8938 Жыл бұрын
ok bro@@devopsshack
@ganespandikaputra6787
@ganespandikaputra6787 Жыл бұрын
how to generate report???? please help me
@oussamabadreddine6529
@oussamabadreddine6529 5 ай бұрын
Why Run SonarQube in Docker?
@SirJi-m6w
@SirJi-m6w 8 ай бұрын
unable to connect to localhost /9000 error ara hai reply bhi kr dia kr bhai, khali video bna di hai
@90sfavdubbedserials
@90sfavdubbedserials 10 ай бұрын
How to delete a brand in sonarqube
@bhargavkrishna8767
@bhargavkrishna8767 Жыл бұрын
Bro need some suggestions from you. How can I reach you ,
@devopsshack
@devopsshack Жыл бұрын
Hey Krishna, I am available at instagram.com/m_aditya_jaiswal?igshid=NTc4MTIwNjQ2YQ==
@gybvarnakeri
@gybvarnakeri 16 күн бұрын
If you get rid of "okay", you will be the champion !!! okay?
@devopsshack
@devopsshack 15 күн бұрын
Okay 🙂
@mudavathswathi-j5g
@mudavathswathi-j5g 4 ай бұрын
u got one follwer while pronouncing vulnerabilities😄
@devopsshack
@devopsshack 4 ай бұрын
😅🙏
@LUFI-Munki
@LUFI-Munki 9 ай бұрын
Okay
@jayakumar2927
@jayakumar2927 Жыл бұрын
audio not clear
@devopsshack
@devopsshack Жыл бұрын
😢😢
@mridulsingh1399
@mridulsingh1399 Жыл бұрын
Bro please work at your sound quality your content is on-point but the voice makes it underrated!!
@devopsshack
@devopsshack Жыл бұрын
In new videos they are improved buddy
@navya932
@navya932 5 ай бұрын
Error: LinkageError occurred while loading main class org.sonar.application.App java.lang.UnsupportedClassVersionError: org/sonar/application/App has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 55.0
30 Days Of DevOps | Zero To Hero | SonarQube | Day-5
37:18
DevOps Shack
Рет қаралды 13 М.
What and why is SonarQube ? |  Setup SonarQube on AWS | SonarQube for DevOps
17:37
Try this prank with your friends 😂 @karina-kola
00:18
Andrey Grechka
Рет қаралды 9 МЛН
It’s all not real
00:15
V.A. show / Магика
Рет қаралды 20 МЛН
Jenkins Full Course 2023 | Jenkins Tutorial For Beginners
1:24:14
DevOps Shack
Рет қаралды 155 М.
How To Sonarqube Setup From Scratch And Code Analysis
26:08
ProgrammingKnowledge
Рет қаралды 72 М.
How to Integrate SonarQube With Jenkins
12:42
CloudBeesTV
Рет қаралды 62 М.
The Complete DevOps Roadmap
8:01
Programming with Mosh
Рет қаралды 231 М.
What is SonarQube?
8:34
Henrik Yllemo
Рет қаралды 130 М.
Learn Jenkins! Complete Jenkins Course - Zero to Hero
1:08:28
DevOps Journey
Рет қаралды 892 М.