How to Integrate SonarQube With Jenkins

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ก.พ. 2025

ความคิดเห็น • 31

  • @1652R
    @1652R 10 หลายเดือนก่อน +1

    This video is amazing. I can understand the content very quick and accurate.

  • @marcelbarbosa281
    @marcelbarbosa281 2 ปีที่แล้ว

    Thank you for the video! I was searching about exactly this :D

  • @luismarquez5047
    @luismarquez5047 2 ปีที่แล้ว +1

    Great quality video, thank you.😁

  • @user-cb6st9fq6p
    @user-cb6st9fq6p ปีที่แล้ว

    Very useful video. Perfect Sir

  • @dineshrustagi6884
    @dineshrustagi6884 3 หลายเดือนก่อน

    You are mankind's angel

  • @АйдарХабиров-ь1у
    @АйдарХабиров-ь1у 2 ปีที่แล้ว

    Thank you for your video.

  • @oleksandrlytvyn532
    @oleksandrlytvyn532 2 ปีที่แล้ว +1

    Thank you

  • @elyeszarrad1504
    @elyeszarrad1504 2 ปีที่แล้ว

    Exellent video

  • @owenzmortgage8273
    @owenzmortgage8273 ปีที่แล้ว

    Great! Thanks

  • @RishabhSrivastav-c2q
    @RishabhSrivastav-c2q 10 หลายเดือนก่อน

    is it important to have stand alone Sonar Cube Server if project is not big

  • @nassimbenaissa8048
    @nassimbenaissa8048 ปีที่แล้ว +1

    Anyone have any idea why the add button to add Server authentication token doesnt work ?

    • @jorgecantu9662
      @jorgecantu9662 ปีที่แล้ว +1

      I had the same problem, I just restarted Jenkins and works fine.

    • @omniapotentia
      @omniapotentia ปีที่แล้ว +3

      Maybe late response but, I first saved then add sonarqube credentials. Hope this helps

  • @sushamasree
    @sushamasree 7 หลายเดือนก่อน

    Tbe server address added is our net ip address???

  • @jamesmadlangtuta3156
    @jamesmadlangtuta3156 3 ปีที่แล้ว +2

    Pls help. Trying to run for familiarity and the jenkins build log says
    WARN: Unable to locate 'report-task.txt' in the workspace. Did the SonarScanner succeed?
    how to pass this one?

    • @sonpham4007
      @sonpham4007 2 ปีที่แล้ว

      I have the same error output.

    • @lucassousa1667
      @lucassousa1667 2 หลายเดือนก่อน

      same error

  • @m19mesoto
    @m19mesoto 3 ปีที่แล้ว +2

    I wish you showed sonar config end-to-end.

  • @veerendratanneru
    @veerendratanneru 3 ปีที่แล้ว +2

    @CloudBeesTV
    Stuck at this step:
    Still waiting to schedule task
    ‘Jenkins’ doesn’t have label ‘linux’

    • @GamerFamilyLove
      @GamerFamilyLove 3 ปีที่แล้ว

      how to fix this @CloudBeesTV?

    • @soktahu2459
      @soktahu2459 2 ปีที่แล้ว

      it means you have agent labeled as 'Linux', just type any as agent (agent any).

  • @lingrajbiradar4416
    @lingrajbiradar4416 2 ปีที่แล้ว

    Hi, how to setup sonarqube? can you please provide a video link?

    • @putinscat1208
      @putinscat1208 ปีที่แล้ว

      No kidding, just skipped it.

  • @LeHoang-cb7ng
    @LeHoang-cb7ng 3 ปีที่แล้ว

    How could I pass this: Your project contains .java files, please provide compiled classes with sonar.java.binaries property, or exclude them from the analysis with sonar.exclusions

  • @maxx8011
    @maxx8011 ปีที่แล้ว

    Jekins? Whats that?

  • @julienbessakanga2489
    @julienbessakanga2489 2 ปีที่แล้ว +1

    @CloudBeesTV
    Stuck at this step:
    Still waiting to schedule task
    ‘Jenkins’ doesn’t have label ‘linux’

    • @vikusya61
      @vikusya61 2 ปีที่แล้ว +3

      It means that you don't have Jenkins slave labelled "linux". Create one or type "agent any"

    • @EdwardPike
      @EdwardPike ปีที่แล้ว

      @@vikusya61 I added "linux" (no quotes) to the labels area of the default build agent and it still did not work. Ended up copying script into the script area and changing to "agent any" (no curly brackets now, made that mistake too). Now I'm missing maven, etc :-)