Legacy variable deprecation
We’re deprecating legacy environment variables related to executions. While they’ll remain backward compatible for now, we strongly recommend migrating to the new BUDDY_RUN_* format to ensure long-term stability and consistency.
Migration Guide
Here’s how the new naming pattern maps from the old one:
BUDDY_EXECUTION_* → BUDDY_RUN_* (e.g., BUDDY_EXECUTION_ID → BUDDY_RUN_ID)
BUDDY_EXECUTION_REVISION_* → BUDDY_RUN_COMMIT_*
BUDDY_EXECUTION_REVISION → BUDDY_RUN_COMMIT
BUDDY_EXECUTION_REVISION_SHORT → BUDDY_RUN_COMMIT_SHORT
BUDDY_EXECUTION_PREVIOUS_REVISION_* → BUDDY_RUN_PRE_COMMIT_*
BUDDY_EXECUTION_PULL_REQUEST_* → BUDDY_RUN_PR_*
BUDDY_EXECUTION_CHANGELOG_TOTAL_* → BUDDY_RUN_STATS_*
Jarek Dylewski
Customer Support
A journalist and an SEO specialist trying to find himself in the unforgiving world of coders. Gamer, a non-fiction literature fan and obsessive carnivore. Jarek uses his talents to convert the programming lingo into a cohesive and approachable narration.
Nov 19, 2024
Share