Skip to content

Commit 561bcf6

Browse files
docs: Improve clarity of sem-context documentation to better explain behaviour (#377)
## 📝 Description I've improved the clarity of this part of the documentation, to point out possible shortfalls users may have (expecting sem-context to work between promotions). ## ✅ Checklist - [X] I have tested this change - [X] This change requires documentation update
1 parent bf1215d commit 561bcf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/reference/toolbox.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ retry --times 5 --sleep 10 bundle install
307307

308308
## sem-context {#sem-context}
309309

310-
This tool can be used to share key-value data between Semaphore jobs. It enables communication between jobs and pipelines within the same workflow.
310+
This tool enables sharing key-value data between Semaphore jobs within the same workflow. It carries values from parent jobs, and updates made within a workflow are inherited by promoted jobs. However, please note that values are not shared across different promotions.
311311

312312
:::note
313313

0 commit comments

Comments
 (0)