Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamil Trzciński <ayufan@ayufan.eu>2018-05-20 15:18:50 +0300
committerKamil Trzciński <ayufan@ayufan.eu>2018-06-12 12:06:33 +0300
commit6633fbef4e6c7adaca9b1f1633640f09c3bc90d1 (patch)
tree2122953a28bc483a2573c81dc3f4765ad219c21a /changelogs
parent7e5bdb1366237edc2110123fbfd053e6eb62c161 (diff)
Add CI_{PIPELINE,JOB}_URL
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/expose-ci-url.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/expose-ci-url.yml b/changelogs/unreleased/expose-ci-url.yml
new file mode 100644
index 00000000000..b6ad7d18e0d
--- /dev/null
+++ b/changelogs/unreleased/expose-ci-url.yml
@@ -0,0 +1,5 @@
+---
+title: Add CI_PIPELINE_URL and CI_JOB_URL
+merge_request: 19618
+author:
+type: added