[TRUNK-17578] Add Atlassian Bamboo CI provider documentation for Flaky Tests#436
Open
samgutentag wants to merge 2 commits intomainfrom
Open
[TRUNK-17578] Add Atlassian Bamboo CI provider documentation for Flaky Tests#436samgutentag wants to merge 2 commits intomainfrom
samgutentag wants to merge 2 commits intomainfrom
Conversation
New CI provider guide with Bamboo Plan Spec examples (XML, Bazel, XCode), PR number detection workaround via TRUNK_PR_NUMBER, and integration into summary sidebar, CI providers README card grid, and shared includes. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
ebd0af6 to
ad94df5
Compare
Replaces bamboo.md with atlassian-bamboo.md featuring: - Complete Bamboo Plan Spec YAML examples with JUnit, Bazel, and XCResult tabs - PR number detection workaround section (TRUNK_PR_NUMBER / --pr-number) - Bamboo environment variables reference table - final-tasks usage explanation for upload-on-failure - Updated card grids in README and shared include - Updated summary.md TOC entry Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
7 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
flaky-tests/get-started/ci-providers/atlassian-bamboo.mdbamboo.mdwith a more complete page matching existing CI provider doc patterns--pr-numberflag /TRUNK_PR_NUMBERenv varsummary.mdTOCContext
Bamboo CI support was added in analytics-cli#1017 (merged 2026-02-03). The
--pr-number/TRUNK_PR_NUMBERworkaround was added in analytics-cli#1032 per TRUNK-17515, since Bamboo does not always expose PR numbers via env vars.Linear ticket: TRUNK-17578
Review Checklist
bamboo.pnglogo asset at.gitbook/assets/bamboo.png${bamboo.TRUNK_TOKEN}variable syntax matches actual Bamboo plan variable interpolationTest plan
Generated with Claude Code