- Enable Jenkins Security Scan (pr #39), thanks @strangelookingnerd
- JENKINS-72561: Fixed error where the TAP Extended Test results page could produce an error panel (related to sidepanel.jelly)
- SECURITY-3190: Fix XSS security bug (already published)
- Migrated old infra docs to GitHub
README.md
, will serve plug-in docs from GH Pages - JENKINS-72558: NullPointerException with TAP plugin version 2.4.0 (restored mistakenly removed
readObject
, #36)
- #31: Updated the code using IDE linter
- Added
CHANGES.md
- Updated
README.md
- #32: Update pom.xml (plugins, dependencies, Jenkins version)
- Bump io.jenkins.tools.bom.bom-2.414.x to bom-2.426.x 2598.v49e2b_e68d413 #33
- tap4j dependency upgraded to 4.4.2 version
- enabled parsing of TAP documents with corrupted YAML content 1. New option in advanced, to remove corrupted YAML elements (should work after upgrading the plug-in, but remember to back up first anyway!)
- JENKINS-55787 - Getting issue details... STATUS
- JENKINS-48925 - Getting issue details... STATUS
- JENKINS-48925 - Getting issue details... STATUS
- JENKINS-22250: "fail the build if no test results are present" option doesn't fail the job
- JENKINS-21456: Plugin runs despite earlier errors
- Upgraded tap4j dependency from 4.2.0 to 4.2.1 (latest)
- JENKINS-29649: don't overwrite existing junit-results
- JENKINS-34000: Workflow/Pipeline Support for TAP Plugin
- JENKINS-33779: TAP plugin: enable detailed output for TAP with subtests
- JENKINS-23851: Expand env vars in the ant pattern field
- JENKINS-17804: Add option to show only failures
- JENKINS-29650: Don't use a build step synchronization, defaulting to NONE.
- JENKINS-30751: Use same logic everywhere to say whether a test is a failure or not
- JENKINS-24843: Copy duration from Tabulated Tests
- pull request #6: fix duration_ms (thanks to @forrest79)
- JENKINS-22016 via pull request #10: Expand env vars in the ant pattern field (thanks to @evandy0)
- SECURITY-85: [tap] Can read all files on file system
- JENKINS-19471: TAP parser does not conform to InstantTAP website
- JENKINS-24505: Tests are not marked as skipped with TAP plugin
- JENKINS-19676: TAP test description does not get escaped
- JENKINS-27227: TAP plugin fails to load with java.lang.NoClassDefFoundError: hudson/tasks/test/AbstractTestResultAction
- JENKINS-29153: tap plugin fails job when not have to
- Dropped
- Updated to tap4j-4.0.8
- JENKINS-22047: Add option to reduce noise in logs
- JENKINS-22036: NullPointer when there is no Test Plan
- JENKINS-17960: Indicate if tests don't go to plan
- JENKINS-21917: TAP results graph causes null pointer exception
- jenkinsci#4
- JENKINS-22047: Add option to reduce noise in logs
- JENKINS-22036: NullPointer when there is no Test Plan
- JENKINS-17960: Indicate if tests don't go to plan
- JENKINS-21917: TAP results graph causes null pointer exception
- Pull request #4
- Updated to tap4j-4.0.5 (better subtests handling)
- Security bug reported by Kees J. via e-mail. This issue is related to exposing files that the user running Jenkins has access via the plug-in.
- JENKINS-18885: Parse errors with Git's TAP test suite, part 2
- JENKINS-17878: HTML test output in tapResults not escaped
- JENKINS-17855: TAP Stream results summary page contains links that fail
- JENKINS-17504: TAP Plugin generates bad detail links on "tapTestReport" page
- JENKINS-17859: TAP report table show failed test message on ALL tests after the failed one.
- JENKINS-17855: TAP Stream results summary page contains links that fail
- JENKINS-17941: Parse errors with Git's TAP test suite
- JENKINS-17947: Nested TAP not parsed correctly
- JENKINS-17504: TAP Plugin generates bad detail links on "tapTestReport" page
- JENKINS-15914: TAP results table misses first comment line
- JENKINS-15322: NOTESTS in TAP response gives parse error and stack trace from plugin
- JENKINS-15401: support TODO directive to not fail such tests
- JENKINS-15907: When multiple TAP files with same basename match pattern, only one is processed
- JENKINS-15419: TAP published results hide JUnit published results
- JENKINS-15497: Display link to download TAP attachment
- Removed requirement to have the TAP Plan at start or at the end of the TAP Stream. This way, TAP Streams generated using Perl done_testing() now works well with the plug-in
- Support JSON within YAMLish data
- Support to Bail out!'s
- JENKINS-10562 TAP Plugin fails on slave
- Initial design of the plug-in
- Custom UI for TAP test results
- JUnit-like graph that displays the test results per build (actually the graph was modeled using TestNG Plug-in as basis)