diff options
author | Arun Isaac | 2024-01-09 15:45:30 +0000 |
---|---|---|
committer | Arun Isaac | 2024-01-09 17:14:10 +0000 |
commit | 51e10bab897a98b28ecb7a3ea73640015522b4d5 (patch) | |
tree | 5b505a4aad5ae5a212ac60597e0a0a3f710a7774 /doc | |
parent | 3c9d767f196f34e69a449e4f3cf920d9e6508f77 (diff) | |
download | guix-forge-51e10bab897a98b28ecb7a3ea73640015522b4d5.tar.gz guix-forge-51e10bab897a98b28ecb7a3ea73640015522b4d5.tar.lz guix-forge-51e10bab897a98b28ecb7a3ea73640015522b4d5.zip |
laminar: Allow associating contexts to jobs.
* guix/forge/laminar.scm (<forge-laminar-job>)[contexts]: New field.
* guix/forge/laminar.scm (laminar-jobs): Create job configuration file
specifying contexts.
* doc/forge.skb (Reference)[<forge-laminar-job>]{contexts}: Document
it.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/forge.skb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/forge.skb b/doc/forge.skb index 98ae9db..83b4100 100644 --- a/doc/forge.skb +++ b/doc/forge.skb @@ -567,7 +567,10 @@ unused unused, and may be deprecated in the future.])) [G-expression to be run after the main job script]) (record-field "trigger?" [If ,(code [#t]), this job is run on every commit. Else, it -must be manually set up to run some other way.])) +must be manually set up to run some other way.]) + (record-field "contexts" + [List of names of contexts (strings) associated with this +job])) (record-documentation "guix/forge/socket.scm" '<forge-host-socket> (record-field "hostname" [Name of the host]) |