diff options
| author | Gaëtan Gilbert | 2020-05-20 13:31:19 +0200 |
|---|---|---|
| committer | Gaëtan Gilbert | 2020-05-20 13:31:19 +0200 |
| commit | 547a384901d2785dcf9c849f09d4693174be3024 (patch) | |
| tree | 1cdf771d7765603cf4803be189ac74990a18b65a /dev/ci | |
| parent | 2cd3c71ab3acf75a97e600feea9730461c08e0b8 (diff) | |
| parent | de90f071e088974a027c461fd5262387d246e80d (diff) | |
Merge PR #12342: Direct URL for triggering a pipeline with SKIP_DOCKER=false.
Reviewed-by: SkySkimmer
Ack-by: jfehrle
Diffstat (limited to 'dev/ci')
| -rw-r--r-- | dev/ci/README-developers.md | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/dev/ci/README-developers.md b/dev/ci/README-developers.md index d5c6096100..801e29ac95 100644 --- a/dev/ci/README-developers.md +++ b/dev/ci/README-developers.md @@ -179,6 +179,11 @@ but if you wish to save more time you can skip the job by setting This means you will need to change its value when the Docker image needs to be updated. You can do so for a single pipeline by starting -it through the web interface. +it through the web interface. Here is a direct link that you can use +to trigger such a build: +`https://gitlab.com/coq/coq/pipelines/new?var[SKIP_DOCKER]=false&ref=pr-XXXXX`. +Note that this link will give a 404 error if you are not logged in or +a member of the Coq organization on GitLab. To request to join the +Coq organization, go to https://gitlab.com/coq to request access. See also [`docker/README.md`](docker/README.md). |
