2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/guix-cuirass.git synced 2023-12-14 06:03:04 +01:00

doc: Add “Triggering an Evaluation” section.

* doc/cuirass.texi (Triggering an Evaluation): New section.
This commit is contained in:
Ludovic Courtès 2023-10-07 17:41:35 +02:00
parent 72a1fc58d5
commit d075b4d0f9
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -926,6 +926,20 @@ Only consider evaluations that are part of the given @code{spec}
specification.
@end table
@section Triggering an Evaluation
@cindex evaluation trigger
One can send an HTTP @code{POST} request to trigger the evaluation of a
jobset, along these lines:
@example
wget --post-data="" -O /dev/null \
https://cuirass.example.org/@var{jobset}/hooks/evaluate
@end example
A good idea is to do that from the post-push hook of the relevant Git
repository.
@section Build information
It is possible to query Cuirass web server for build informations. The