Branch: refs/heads/master
Home: https://github.com/jenkinsci/junit-plugin
Commit: 4ba5a491583157a90bfd472db5f657a60bb0c38e
https://github.com/jenkinsci/junit-plugin/commit/4ba5a491583157a90bfd472db5f657a60bb0c38e
Author: Jesse Glick <[email protected]>
Date: 2014-08-11 (Mon, 11 Aug 2014)
Changed paths:
M pom.xml
M src/main/java/hudson/tasks/junit/CaseResult.java
M src/main/java/hudson/tasks/junit/ClassResult.java
M src/main/java/hudson/tasks/junit/History.java
M src/main/java/hudson/tasks/junit/JUnitParser.java
M src/main/java/hudson/tasks/junit/JUnitResultArchiver.java
M src/main/java/hudson/tasks/junit/PackageResult.java
M src/main/java/hudson/tasks/junit/TestDataPublisher.java
M src/main/java/hudson/tasks/junit/TestObject.java
M src/main/java/hudson/tasks/junit/TestResult.java
M src/main/java/hudson/tasks/junit/TestResultAction.java
M src/main/java/hudson/tasks/test/AbstractTestResultAction.java
M src/main/java/hudson/tasks/test/AggregatedTestResultAction.java
M src/main/java/hudson/tasks/test/DefaultTestResultParserImpl.java
M src/main/java/hudson/tasks/test/SimpleCaseResult.java
M src/main/java/hudson/tasks/test/TestObject.java
M src/main/java/hudson/tasks/test/TestResult.java
M src/main/java/hudson/tasks/test/TestResultParser.java
M src/main/java/hudson/tasks/test/TestResultProjectAction.java
M src/main/resources/hudson/tasks/junit/CaseResult/index.jelly
M src/main/resources/hudson/tasks/junit/CaseResult/list.jelly
M src/main/resources/hudson/tasks/junit/ClassResult/list.jelly
M src/main/resources/hudson/tasks/junit/History/index.jelly
M src/main/resources/hudson/tasks/junit/Messages.properties
M src/main/resources/hudson/tasks/junit/Messages_da.properties
M src/main/resources/hudson/tasks/junit/Messages_de.properties
M src/main/resources/hudson/tasks/junit/Messages_es.properties
M src/main/resources/hudson/tasks/junit/Messages_ja.properties
M src/main/resources/hudson/tasks/junit/Messages_pt_BR.properties
M src/main/resources/hudson/tasks/junit/Messages_zh_TW.properties
M
src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary.jelly
M src/main/resources/hudson/tasks/test/MetaTabulatedResult/list.jelly
M src/main/resources/hudson/tasks/test/TestObject/sidepanel.jelly
M src/main/resources/hudson/tasks/test/TestResult/index.jelly
M src/main/resources/hudson/tasks/test/TestResultProjectAction/index.jelly
M src/main/resources/hudson/tasks/test/TestResultProjectAction/jobMain.jelly
M src/test/java/hudson/tasks/junit/JUnitParserTest.java
M src/test/java/hudson/tasks/test/TestResultExtensionTest.java
Log Message:
-----------
[JENKINS-23713] Compatibility with SimpleBuildStep.
Commit: dbd428b256efd76b3272a1a4a511e919f0ba6890
https://github.com/jenkinsci/junit-plugin/commit/dbd428b256efd76b3272a1a4a511e919f0ba6890
Author: Jesse Glick <[email protected]>
Date: 2014-08-11 (Mon, 11 Aug 2014)
Changed paths:
M pom.xml
Log Message:
-----------
Comment.
Commit: 5a0709ea0d4155221bf7f11cb69bc2c994065d84
https://github.com/jenkinsci/junit-plugin/commit/5a0709ea0d4155221bf7f11cb69bc2c994065d84
Author: Jesse Glick <[email protected]>
Date: 2014-08-25 (Mon, 25 Aug 2014)
Changed paths:
M pom.xml
Log Message:
-----------
Merge branch 'master' into BuildStep-Job
Conflicts:
pom.xml
Commit: c54a0bc057e3516f98d55a58f30a2a535a571525
https://github.com/jenkinsci/junit-plugin/commit/c54a0bc057e3516f98d55a58f30a2a535a571525
Author: Jesse Glick <[email protected]>
Date: 2014-08-25 (Mon, 25 Aug 2014)
Changed paths:
M pom.xml
Log Message:
-----------
Merge branch 'master' into BuildStep-Job
Conflicts:
src/main/java/hudson/tasks/test/AbstractTestResultAction.java
Commit: 9054518b68daf285192435ba44048e6fcfb9a7ac
https://github.com/jenkinsci/junit-plugin/commit/9054518b68daf285192435ba44048e6fcfb9a7ac
Author: Jesse Glick <[email protected]>
Date: 2014-08-25 (Mon, 25 Aug 2014)
Changed paths:
M src/main/java/hudson/tasks/junit/CaseResult.java
M src/main/java/hudson/tasks/junit/ClassResult.java
M src/main/java/hudson/tasks/junit/History.java
M src/main/java/hudson/tasks/junit/JUnitParser.java
M src/main/java/hudson/tasks/junit/JUnitResultArchiver.java
M src/main/java/hudson/tasks/junit/PackageResult.java
M src/main/java/hudson/tasks/junit/TestDataPublisher.java
M src/main/java/hudson/tasks/junit/TestObject.java
M src/main/java/hudson/tasks/junit/TestResult.java
M src/main/java/hudson/tasks/junit/TestResultAction.java
M src/main/java/hudson/tasks/test/AbstractTestResultAction.java
M src/main/java/hudson/tasks/test/AggregatedTestResultAction.java
M src/main/java/hudson/tasks/test/DefaultTestResultParserImpl.java
M src/main/java/hudson/tasks/test/SimpleCaseResult.java
M src/main/java/hudson/tasks/test/TestObject.java
M src/main/java/hudson/tasks/test/TestResult.java
M src/main/java/hudson/tasks/test/TestResultParser.java
M src/main/java/hudson/tasks/test/TestResultProjectAction.java
M src/main/resources/hudson/tasks/junit/CaseResult/index.jelly
M src/main/resources/hudson/tasks/junit/CaseResult/list.jelly
M src/main/resources/hudson/tasks/junit/ClassResult/list.jelly
M src/main/resources/hudson/tasks/junit/History/index.jelly
M src/main/resources/hudson/tasks/junit/Messages.properties
M src/main/resources/hudson/tasks/junit/Messages_da.properties
M src/main/resources/hudson/tasks/junit/Messages_de.properties
M src/main/resources/hudson/tasks/junit/Messages_es.properties
M src/main/resources/hudson/tasks/junit/Messages_ja.properties
M src/main/resources/hudson/tasks/junit/Messages_pt_BR.properties
M src/main/resources/hudson/tasks/junit/Messages_zh_TW.properties
M
src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary.jelly
M src/main/resources/hudson/tasks/test/MetaTabulatedResult/list.jelly
M src/main/resources/hudson/tasks/test/TestObject/sidepanel.jelly
M src/main/resources/hudson/tasks/test/TestResult/index.jelly
M src/main/resources/hudson/tasks/test/TestResultProjectAction/index.jelly
M src/main/resources/hudson/tasks/test/TestResultProjectAction/jobMain.jelly
M src/test/java/hudson/tasks/junit/JUnitParserTest.java
M src/test/java/hudson/tasks/test/TestResultExtensionTest.java
Log Message:
-----------
Merge pull request #1 from jenkinsci/BuildStep-Job
Workflow interoperability
Compare:
https://github.com/jenkinsci/junit-plugin/compare/520cba27b3d5...9054518b68da
--
You received this message because you are subscribed to the Google Groups
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.