Plugin: https://wiki.jenkins-ci.org/display/JENKINS/seleniumhtmlreport+Plugin

      Configuration section
      <publishers>
        <org.jvnet.hudson.plugins.seleniumhtmlreport.SeleniumHtmlReportPublisher plugin="seleniumhtmlreport@1.0">
          <SELENIUM__REPORTS__TARGET>seleniumReports</SELENIUM__REPORTS__TARGET>
          <testResultsDir>target</testResultsDir>
          <failureIfExceptionOnParsingResultFiles>true</failureIfExceptionOnParsingResultFiles>
        </org.jvnet.hudson.plugins.seleniumhtmlreport.SeleniumHtmlReportPublisher>
      </publishers>
      

          [JENKINS-31886] Add support for Selenium HTML Report Plugin

          Victor Martinez created issue -
          Victor Martinez made changes -
          Description Original: Plugin: https://wiki.jenkins-ci.org/display/JENKINS/NAnt+Plugin

          {code:xml|title=Configuration section}
          <builders>
            <hudson.plugins.nant.NantBuilder plugin="nant@1.4.3">
              <targets>target</targets>
              <nantBuildFile>file</nantBuildFile>
              <nantName>(Default)</nantName>
             <properties>properties</properties>
            </hudson.plugins.nant.NantBuilder>
          </builders>
          {code}
          New: Plugin: https://wiki.jenkins-ci.org/display/JENKINS/seleniumhtmlreport+Plugin

          {code:xml|title=Configuration section}
          <publishers>
            <org.jvnet.hudson.plugins.seleniumhtmlreport.SeleniumHtmlReportPublisher plugin="seleniumhtmlreport@1.0">
              <SELENIUM__REPORTS__TARGET>seleniumReports</SELENIUM__REPORTS__TARGET>
              <testResultsDir>target</testResultsDir>
              <failureIfExceptionOnParsingResultFiles>true</failureIfExceptionOnParsingResultFiles>
            </org.jvnet.hudson.plugins.seleniumhtmlreport.SeleniumHtmlReportPublisher>
          </publishers>
          {code}

          Victor Martinez added a comment - PR: https://github.com/jenkinsci/job-dsl-plugin/pull/693
          Victor Martinez made changes -
          Status Original: Open [ 1 ] New: In Progress [ 3 ]

          Code changed in jenkins
          User: Victor Martinez
          Path:
          docs/Home.md
          job-dsl-core/src/main/docs/examples/javaposse/jobdsl/dsl/helpers/publisher/PublisherContext/seleniumHtml.groovy
          job-dsl-core/src/main/groovy/javaposse/jobdsl/dsl/helpers/publisher/PublisherContext.groovy
          job-dsl-core/src/main/groovy/javaposse/jobdsl/dsl/helpers/publisher/SeleniumHtmlContext.groovy
          job-dsl-core/src/test/groovy/javaposse/jobdsl/dsl/helpers/publisher/PublisherContextSpec.groovy
          http://jenkins-ci.org/commit/job-dsl-plugin/4b0ee8a39fd56cead0371b622242907910507daf
          Log:
          JENKINS-31886 Added support for Selenium Html Report plugin

          Added a release notes for seleniumhtmlreport Plugin

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Victor Martinez Path: docs/Home.md job-dsl-core/src/main/docs/examples/javaposse/jobdsl/dsl/helpers/publisher/PublisherContext/seleniumHtml.groovy job-dsl-core/src/main/groovy/javaposse/jobdsl/dsl/helpers/publisher/PublisherContext.groovy job-dsl-core/src/main/groovy/javaposse/jobdsl/dsl/helpers/publisher/SeleniumHtmlContext.groovy job-dsl-core/src/test/groovy/javaposse/jobdsl/dsl/helpers/publisher/PublisherContextSpec.groovy http://jenkins-ci.org/commit/job-dsl-plugin/4b0ee8a39fd56cead0371b622242907910507daf Log: JENKINS-31886 Added support for Selenium Html Report plugin Added a release notes for seleniumhtmlreport Plugin

          Will be released in 1.42.

          Daniel Spilker added a comment - Will be released in 1.42.
          Daniel Spilker made changes -
          Resolution New: Fixed [ 1 ]
          Status Original: In Progress [ 3 ] New: Resolved [ 5 ]
          Daniel Spilker made changes -
          Status Original: Resolved [ 5 ] New: Closed [ 6 ]
          R. Tyler Croy made changes -
          Workflow Original: JNJira [ 167353 ] New: JNJira + In-Review [ 209511 ]

            v2v Victor Martinez
            v2v Victor Martinez
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: