Troubleshoot the ITSI Module for Continuous Delivery
Adjust stanzas to account for failed tests
Depending on deployment, some test plans might show the following results:
- A test has passed when it has actually failed,
- A test might fail, but without any result data, the test result might pass.
In this case, the plan will show up on both test plan and build plans. To fix this issue:
- Navigate to
eventtype.conf
, and replace[bamboo_build] search = sourcetype=bamboo fail_count=0 pass_count=0 skip_count=0 quarantined_count=0 [bamboo_test] search = sourcetype=bamboo NOT(fail_count=0 pass_count=0 skip_count=0 quarantined_count=0)
with:
[bamboo_build] search = sourcetype=bamboo fail_count=0 pass_count=0 skip_count=0 quarantined_count=0 build_plan!="APA-CI"
- Restart your Splunk platform deployment.
Create entities with the Continuous Delivery module | What's new |
This documentation applies to the following versions of Splunk® ITSI Module for Continuous Delivery: 1.0.0
Feedback submitted, thanks!