testlink-plugin
testlink-plugin copied to clipboard
Jenkins testlink plugin
Upgraded TestLink instance to 1.9.20, afterwards the Jenkins project using the TestLink plug-in 3.16 failed with the known error: ``` 12:30:22 FATAL: Error verifying developer key: Failed to parse server's...
### Testing done ```[tasklist] ### Submitter checklist - [x] Make sure you are opening from a **topic/feature/bugfix branch** (right side) and not your main branch! - [x] Ensure that the...
_🤖 This is an automatic PR for replacing the deprecated 'hamcrest-*' modules with 'hamcrest'._ All deprecated modules' code has been merged into 'hamcrest'. Consumers of `hamcrest-*` should replace the dependency...
Bumps [junit](https://github.com/jenkinsci/junit-plugin) from 1.24 to 1166.va_436e268e972. Release notes Sourced from junit's releases. 1166.va_436e268e972 🚀 New features and improvements Add getSuites() method in TestResultImpl (#464) @topikachu ✍ Other changes Merge back...
Used [this PR](https://github.com/jenkinsci/sqlplus-script-runner-plugin/pull/26/files) as example. Probably related to https://www.jenkins.io/security/advisory/2019-08-07/#SECURITY-1428. Happy if anyone takes over and tests/verifies that this works. Otherwise might have to wait until I have spare time to...
This PR resolves the merge conflicts of PR #25.
Support for working with pipeline jobs.
- expose new env var TESTLINK_TESTCASE_PLATFORM - testCase Platform - support for .tap filename ending '-.tap' for test srun on more platforms
testlink-plugin does not have option to update custom fields related to build. Like compiler, build config (release, debug etc.) etc. This PR implements a new input field for jobs to...
This PR adds a feature to read execution time custom field values from the `JUnit.xml` file and update the test results with them. Example of `JUnit.xml`: ``` Windows 0.5 Windows...