From ee309abd0aac12e1c2136bd951993e1105b14f38 Mon Sep 17 00:00:00 2001 From: Andrew David Wong Date: Wed, 28 Jul 2021 22:20:39 -0700 Subject: [PATCH] Attempt to document `PipelineRefresh` See https://github.com/QubesOS/qubes-posts/pull/82#issuecomment-888231099 --- developer/general/continuous-integration.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/developer/general/continuous-integration.md b/developer/general/continuous-integration.md index 61749361..611519e5 100644 --- a/developer/general/continuous-integration.md +++ b/developer/general/continuous-integration.md @@ -23,6 +23,9 @@ containing only the command. can be useful if CI incorrectly uses a stale branch instead of testing the PR as if it were merged into `master`. +- `PipelineRefresh`: Like `PipelineRetry`, except it only fetches the job status + from GitLab. It doesn't schedule a new build. + - `TestDeploy`: Deploys a test website, which is a live version of the Qubes website as if this PR had been merged. This can be useful for previewing a PR on a live public website. **Note:** You must wait for the site to finish