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]
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]