Skip to content

docs(ci-insights): Document glob support in mergify ci junit-process#11246

Merged
mergify[bot] merged 1 commit intomainfrom
devs/remyduthu/feat/junit-process-glob-patterns/document-glob-support-mergify-ci-junit-process--851f9acf
Apr 24, 2026
Merged

docs(ci-insights): Document glob support in mergify ci junit-process#11246
mergify[bot] merged 1 commit intomainfrom
devs/remyduthu/feat/junit-process-glob-patterns/document-glob-support-mergify-ci-junit-process--851f9acf

Conversation

@remyduthu
Copy link
Copy Markdown
Contributor

The Jenkins setup example passed test-results-*.xml unquoted, so the
inner shell expanded it before mergify saw it — exactly the ARG_MAX
failure mode the new CLI behaviour avoids. Quote the pattern so Mergify
expands it internally.

Also add a changelog entry announcing the supported feature.

References: MRGFY-7036

Copilot AI review requested due to automatic review settings April 23, 2026 12:40
@mergify mergify Bot had a problem deploying to Mergify Merge Protections April 23, 2026 12:40 Failure
@remyduthu remyduthu self-assigned this Apr 23, 2026
@mergify
Copy link
Copy Markdown
Contributor

mergify Bot commented Apr 23, 2026

Merge Protections

Your pull request matches the following merge protections and will not be merged until they are valid.

🟢 🤖 Continuous Integration

Wonderful, this rule succeeded.
  • all of:
    • check-success = build
    • check-success = lint
    • check-success = test
    • any of:
      • check-success = test-broken-links
      • label = ignore-broken-links
    • any of:
      • check-success=Cloudflare Pages
      • -head-repo-full-name~=^Mergifyio/

🟢 👀 Review Requirements

Wonderful, this rule succeeded.
  • any of:
    • #approved-reviews-by >= 2
    • author = dependabot[bot]
    • author = mergify-ci-bot

🟢 Enforce conventional commit

Wonderful, this rule succeeded.

Make sure that we follow https://www.conventionalcommits.org/en/v1.0.0/

  • title ~= ^(fix|feat|docs|style|refactor|perf|test|build|ci|chore|revert|ui)(?:\(.+\))?:

🟢 🔎 Reviews

Wonderful, this rule succeeded.
  • #changes-requested-reviews-by = 0
  • #review-requested = 0
  • #review-threads-unresolved = 0

🟢 📕 PR description

Wonderful, this rule succeeded.
  • body ~= (?ms:.{48,})

@remyduthu remyduthu force-pushed the devs/remyduthu/feat/junit-process-glob-patterns/document-glob-support-mergify-ci-junit-process--851f9acf branch from 1d10a09 to 6398cc2 Compare April 23, 2026 12:40
@remyduthu
Copy link
Copy Markdown
Contributor Author

remyduthu commented Apr 23, 2026

Revision history

# Type Changes Date
1 initial 1d10a09 2026-04-23 12:40 UTC
2 content 1d10a09 → 6398cc2 2026-04-23 12:40 UTC
3 content 6398cc2 → d27dc6c 2026-04-23 12:47 UTC

@mergify mergify Bot had a problem deploying to Mergify Merge Protections April 23, 2026 12:40 Failure
@mergify mergify Bot requested a review from a team April 23, 2026 12:43
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates CI Insights documentation to ensure glob patterns are passed to Mergify unexpanded, preventing shell-side expansion issues (notably ARG_MAX/“argument list too long”) and announces the new glob support via a changelog entry.

Changes:

  • Quote the JUnit report glob in the Jenkins setup example so Mergify expands it internally.
  • Add a changelog entry documenting glob pattern support for mergify ci junit-process (and mentioning junit-upload as well).

Reviewed changes

Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.

File Description
src/content/docs/ci-insights/setup/jenkins.mdx Quotes the JUnit glob in the Jenkins example and adds explanatory comments about avoiding argument-length limits.
src/content/changelog/2026-04-23-junit-process-supports-glob-patterns.mdx New changelog entry announcing glob pattern support and describing why quoting avoids ARG_MAX failures.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread src/content/docs/ci-insights/setup/jenkins.mdx Outdated
The Jenkins setup example passed `test-results-*.xml` unquoted, so the
inner shell expanded it before mergify saw it — exactly the ARG_MAX
failure mode the new CLI behaviour avoids. Quote the pattern so Mergify
expands it internally.

Also add a changelog entry announcing the supported feature.

Change-Id: I851f9acfe86e40788c84e1fd31b6db8b6db2809f
References: MRGFY-7036
@remyduthu remyduthu force-pushed the devs/remyduthu/feat/junit-process-glob-patterns/document-glob-support-mergify-ci-junit-process--851f9acf branch from 6398cc2 to d27dc6c Compare April 23, 2026 12:47
@mergify mergify Bot deployed to Mergify Merge Protections April 23, 2026 12:47 Active
@remyduthu remyduthu marked this pull request as ready for review April 24, 2026 07:53
@mergify mergify Bot requested a review from a team April 24, 2026 08:12
@mergify
Copy link
Copy Markdown
Contributor

mergify Bot commented Apr 24, 2026

Merge Queue Status

This pull request spent 2 minutes 51 seconds in the queue, including 2 minutes 36 seconds running CI.

Waiting for any of:
  • check-success = test-broken-links
  • label = ignore-broken-links
All conditions

Reason

The merge conditions cannot be satisfied due to failing checks

Failing checks:

Hint

You may have to fix your CI before adding the pull request to the queue again.
If you update this pull request, to fix the CI, it will automatically be requeued once the queue conditions match again.
If you think this was a flaky issue instead, you can requeue the pull request, without updating it, by posting a @mergifyio queue comment.

mergify Bot added a commit that referenced this pull request Apr 24, 2026
@mergify mergify Bot added the queued label Apr 24, 2026
@mergify mergify Bot added dequeued and removed queued labels Apr 24, 2026
@sileht
Copy link
Copy Markdown
Member

sileht commented Apr 24, 2026

@Mergifyio queue

@mergify
Copy link
Copy Markdown
Contributor

mergify Bot commented Apr 24, 2026

Merge Queue Status

This pull request spent 2 minutes 20 seconds in the queue, including 1 minute 58 seconds running CI.

Required conditions to merge

@mergify mergify Bot added the queued label Apr 24, 2026
mergify Bot added a commit that referenced this pull request Apr 24, 2026
@mergify mergify Bot removed the dequeued label Apr 24, 2026
mergify Bot added a commit that referenced this pull request Apr 24, 2026
@mergify mergify Bot merged commit 0a9b4da into main Apr 24, 2026
9 of 14 checks passed
@mergify mergify Bot deleted the devs/remyduthu/feat/junit-process-glob-patterns/document-glob-support-mergify-ci-junit-process--851f9acf branch April 24, 2026 09:32
@mergify mergify Bot removed the queued label Apr 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

4 participants