How Do I Publish an HTML Report in Jenkins?

แชร์
ฝัง

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

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

    Helpful as always. Thanks for sharing.👍

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

    how to post HTML test report on Slack after Jenkins Job completed

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

    can we generate this kind of html report from powershell or shell script command output?

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

    What happens when the workspace gets deleted in your next build?

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

    Failed to load resource (CSS file, 403 error). Is it due to CSP ? If it is, what is the solution for it?

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

    Can we publish power bi or tableau

  • @anhquocnguyen1578
    @anhquocnguyen1578 9 หลายเดือนก่อน

    nice example. thank you

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

    I can generate the report but for me css and js is broken. how I can fix this?

    • @VishalPatel-rg8xj
      @VishalPatel-rg8xj ปีที่แล้ว

      search stackoverflow: broken css jenkins html report, it will give a script to run

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

      yeah same for me as well
      Execute these below commands in Manage Jenkins -> Script Console to enabled respective properities. But to enable more than one properties below solution won't work.
      CSS
      System.setProperty("hudson.model.DirectoryBrowserSupport.CSP", "default-src 'none'; script-src 'self'; connect-src 'self'; img-src 'self'; style-src 'self';base-uri 'self';form-action 'self' ")
      JS
      System.setProperty("hudson.model.DirectoryBrowserSupport.CSP","sandbox allow-scripts; default-src 'none'; img-src 'self' data: ; style-src 'self' 'unsafe-inline' data: ; script-src 'self' 'unsafe-inline' 'unsafe-eval' ;")
      If i enable one property other property gets ripped. How to enable both and these are temporary fixes that is after restart will now work. Need permanent fix for this.

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

    Nice vid. How about gradle, is the steps are same with Maven.

  • @glenndollard1224
    @glenndollard1224 6 หลายเดือนก่อน

    it would be nice to get some more details, for example, what determines the type of archiving, example: Archiving at BUILD level versus Archiving at PROJECT level?

  • @SunilMehra-m9g
    @SunilMehra-m9g 11 หลายเดือนก่อน

    good

  • @SunilMehra-m9g
    @SunilMehra-m9g 11 หลายเดือนก่อน

    one