summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-09-30 16:05:33 +0000
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-09-30 16:05:33 +0000
commit048dd5e45809ad8117cac3b38fc3748bba17b2d8 (patch)
tree9f552045f5e1a66396d66cbb4eb56e5215e5c313 /doc
parent247385a70200d1bd373c97f8e8f380ac97202f0d (diff)
parentad765353f6f62028c0b5331f90210480127d1551 (diff)
downloadgitlab-ce-048dd5e45809ad8117cac3b38fc3748bba17b2d8.tar.gz
Merge branch 'merge-ci-data' into 'master'
Use data stored in projects instead of ci_projects - It delegates name, path, gitlab_url, ssh_url_to_repo - Remove ability to set this parameters using CI API This fixes GitLab project rename, namespace change, repository rename, etc. /cc @dzaporozhets See merge request !1404
Diffstat (limited to 'doc')
-rw-r--r--doc/ci/api/projects.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/ci/api/projects.md b/doc/ci/api/projects.md
index 54584db0938..5585191e826 100644
--- a/doc/ci/api/projects.md
+++ b/doc/ci/api/projects.md
@@ -100,8 +100,6 @@ Parameters:
* `name` (required) - The name of the project
* `gitlab_id` (required) - The ID of the project on the Gitlab instance
- * `path` (required) - The gitlab project path
- * `ssh_url_to_repo` (required) - The gitlab SSH url to the repo
* `default_ref` (optional) - The branch to run on (default to `master`)
### Update Project
@@ -114,9 +112,6 @@ authenticated user has access to.
Parameters:
* `name` - The name of the project
- * `gitlab_id` - The ID of the project on the Gitlab instance
- * `path` - The gitlab project path
- * `ssh_url_to_repo` - The gitlab SSH url to the repo
* `default_ref` - The branch to run on (default to `master`)
### Remove Project