You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: release-notes/continuous-integration.md
+21-1Lines changed: 21 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Continuous Integration release notes
3
3
sidebar_label: Continuous Integration
4
-
date: 2025-09-16T10:00
4
+
date: 2025-09-23T10:00
5
5
sidebar_position: 10
6
6
---
7
7
@@ -50,6 +50,26 @@ Check out [Harness Cloud VM Images Docs](/docs/platform/references/harness-cloud
50
50
51
51
## September 2025
52
52
53
+
### Version 1.99
54
+
55
+
<!-- 2025-09-22 -->
56
+
#### New features and enhancements
57
+
- Previously skipped tests are now re-run when properly configured with report paths. Currently supported with Java and RunTestV2 under the `CI_TI_RERUN_FAILED_TEST` feature flag (off by default). (CI-17919)
58
+
59
+
#### Fixed issues
60
+
- Fixed an inconsistency in exit code handling across operating systems. Windows exit codes that exceeded limits are now properly aligned with macOS and Linux behavior. (ZD-92102, CI-18863)
61
+
- Fixed a misleading error in the **Clone Codebase** step. Container creation failures now surface at the **init** step if terminated containers are detected, making the error clearer. (CI-18541)
0 commit comments