Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-23754

As a user, I would like to consult a report of plugins and plugin versions used during a run of the Acceptance Test Harness

      Given a set of ATH tests
      When the tests are executed
      Then a report is created listing the plugins and their versions that were used during testing.

          [JENKINS-23754] As a user, I would like to consult a report of plugins and plugin versions used during a run of the Acceptance Test Harness

          Code changed in jenkins
          User: escoheb
          Path:
          README.md
          docs/EXERCISEDPLUGINSREPORTER.md
          pom.xml
          src/main/java/org/jenkinsci/test/acceptance/FallbackConfig.java
          src/main/java/org/jenkinsci/test/acceptance/junit/WithPlugins.java
          src/main/java/org/jenkinsci/test/acceptance/utils/pluginreporter/ConsoleExercisedPluginReporter.java
          src/main/java/org/jenkinsci/test/acceptance/utils/pluginreporter/ExercisedPluginsReporter.java
          src/main/java/org/jenkinsci/test/acceptance/utils/pluginreporter/TextFileExercisedPluginReporter.java
          http://jenkins-ci.org/commit/acceptance-test-harness/eff007b18e9b066311ec8395d8c3e11ed48a3d76
          Log:
          Create an Exercised Plugins Report

          This feature permits the creation of a report that describes
          which plugins were exercised and what versions were used.

          Two reporter types are available. The default "Console" reporter and
          the "Text File" reporter.

          The Text File reporter creates a java properties file and is useful
          when wanting to be able to see which plugins and their versions were
          tested with a particular version of Jenkins Core.

          [FIXED JENKINS-23754]

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: escoheb Path: README.md docs/EXERCISEDPLUGINSREPORTER.md pom.xml src/main/java/org/jenkinsci/test/acceptance/FallbackConfig.java src/main/java/org/jenkinsci/test/acceptance/junit/WithPlugins.java src/main/java/org/jenkinsci/test/acceptance/utils/pluginreporter/ConsoleExercisedPluginReporter.java src/main/java/org/jenkinsci/test/acceptance/utils/pluginreporter/ExercisedPluginsReporter.java src/main/java/org/jenkinsci/test/acceptance/utils/pluginreporter/TextFileExercisedPluginReporter.java http://jenkins-ci.org/commit/acceptance-test-harness/eff007b18e9b066311ec8395d8c3e11ed48a3d76 Log: Create an Exercised Plugins Report This feature permits the creation of a report that describes which plugins were exercised and what versions were used. Two reporter types are available. The default "Console" reporter and the "Text File" reporter. The Text File reporter creates a java properties file and is useful when wanting to be able to see which plugins and their versions were tested with a particular version of Jenkins Core. [FIXED JENKINS-23754]

            scoheb Scott Hebert
            scoheb Scott Hebert
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: