Skip to content

Commit e5f3663

Browse files
authored
Add organization ID variable to env vars reference page (#720)
## 📝 Description The SEMAPHORE_ORGANIZATION_ID variable has been added to the CI environment to support AI Agents running inside CI. Addresses: #719 cc @DamjanBecirovic ## ✅ Checklist - [X] I have tested this change - [ ] This change requires documentation update
1 parent 57cdd95 commit e5f3663

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/docs/reference/env-vars.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,13 @@ A string with a user-supplied block name.
139139

140140
The URL for the organization that owns the project running the current job.
141141

142+
### Organization ID {#organization-id}
143+
144+
- **Environment variable**: `SEMAPHORE_ORGANIZATION_ID`
145+
- **Example**: `f580f012-1b80-437f-acaf-be038f827270`
146+
147+
The unique identifier for your organization.
148+
142149
### Pipeline ID {#pipeline-id}
143150

144151
- **Environment variable**: `SEMAPHORE_PIPELINE_ID`

0 commit comments

Comments
 (0)