How to Integrate SonarQube With Jenkins

Поделиться
HTML-код
  • Опубликовано: 10 янв 2025

Комментарии • 31

  • @1652R
    @1652R 9 месяцев назад +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.

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

  • @RishabhSrivastav-c2q
    @RishabhSrivastav-c2q 9 месяцев назад

    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

  • @veerendratanneru
    @veerendratanneru 3 года назад +2

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

    • @Chess-TD
      @Chess-TD 3 года назад

      how to fix this @CloudBeesTV?

    • @soktahu2459
      @soktahu2459 2 года назад

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

  • @sushamasree
    @sushamasree 6 месяцев назад

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

  • @owenzmortgage8273
    @owenzmortgage8273 Год назад

    Great! Thanks

  • @oleksandrlytvyn532
    @oleksandrlytvyn532 2 года назад +1

    Thank you

  • @m19mesoto
    @m19mesoto 3 года назад +2

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

  • @elyeszarrad1504
    @elyeszarrad1504 2 года назад

    Exellent video

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