How to Integrate SonarQube With Jenkins

Поділитися
Вставка
  • Опубліковано 29 лис 2024

КОМЕНТАРІ • 30

  • @1652R
    @1652R 7 місяців тому +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 Місяць тому

    You are mankind's angel

  • @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.

  • @RishabhSrivastav-c2q
    @RishabhSrivastav-c2q 7 місяців тому

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

  • @АйдарХабиров-ь1у
    @АйдарХабиров-ь1у 2 роки тому

    Thank you for your video.

  • @oleksandrlytvyn532
    @oleksandrlytvyn532 2 роки тому +1

    Thank you

  • @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

  • @owenzmortgage8273
    @owenzmortgage8273 Рік тому

    Great! Thanks

  • @sushamasree
    @sushamasree 4 місяці тому

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

  • @veerendratanneru
    @veerendratanneru 3 роки тому +2

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

    • @agungprakasa7214
      @agungprakasa7214 2 роки тому

      how to fix this @CloudBeesTV?

    • @soktahu2459
      @soktahu2459 2 роки тому

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

  • @elyeszarrad1504
    @elyeszarrad1504 2 роки тому

    Exellent video

  • @m19mesoto
    @m19mesoto 3 роки тому +2

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

  • @lingrajbiradar4416
    @lingrajbiradar4416 2 роки тому

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

  • @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 :-)