aboutsummaryrefslogtreecommitdiff
path: root/dev/ci
diff options
context:
space:
mode:
authorThéo Zimmermann2020-05-17 22:05:34 +0200
committerThéo Zimmermann2020-05-18 14:32:51 +0200
commitde90f071e088974a027c461fd5262387d246e80d (patch)
tree66ab723362845db4f13fc9d155e67afd541972cf /dev/ci
parentb9591f15d75886456ff28984934de73d6a516af5 (diff)
Direct URL for triggering a pipeline with SKIP_DOCKER=false.
Diffstat (limited to 'dev/ci')
-rw-r--r--dev/ci/README-developers.md7
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).