diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-05-06 09:54:59 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-05-06 13:09:36 +0200 |
commit | ca8fd841736ca65fa4292887052c78243512962a (patch) | |
tree | 3b8d1acde9debb5dc15a27583a776c0d08a582c6 /doc/invocations-http-server/templates/invocations.html | |
parent | 169621189b6c35a1f15c16d3fe392732659ab5b0 (diff) | |
download | justbuild-ca8fd841736ca65fa4292887052c78243512962a.tar.gz |
Invocation server: present new exit codes and analysis erros
Diffstat (limited to 'doc/invocations-http-server/templates/invocations.html')
-rw-r--r-- | doc/invocations-http-server/templates/invocations.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/invocations-http-server/templates/invocations.html b/doc/invocations-http-server/templates/invocations.html index bab67cd3..a3c6dfe2 100644 --- a/doc/invocations-http-server/templates/invocations.html +++ b/doc/invocations-http-server/templates/invocations.html @@ -21,6 +21,12 @@ Recent Invocations build failed {% elif invocation.exit_code == 2 %} failed + {% elif invocation.exit_code == 8 %} + analysis failure + {% elif invocation.exit_code == 16 %} + build-environment failure + {% elif invocation.exit_code == 32 %} + syntax/invocation error {% else %} exit code {{ invocation.exit_code | e }} {% endif %} |