summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzegorz@gitlab.com>2016-02-19 17:04:07 +0000
committerGrzegorz Bizon <grzegorz@gitlab.com>2016-02-19 17:04:07 +0000
commit96158aa6b377d6f683d560689562293c36e05002 (patch)
tree6bf281761d0a4087d06b341c2ad11e14c3e36a3a /config
parent0a71920f653a0e3d005a1c3f2976f44a13419dc5 (diff)
parent73c9d80bdcc24ab178fa2a38eb822232b4c2be34 (diff)
downloadgitlab-ce-96158aa6b377d6f683d560689562293c36e05002.tar.gz
Merge branch 'ci/remove-builds' into 'master'
Make it possible to erase build content (artifacts, trace) This feature makes it possible to remove build content - build artifacts and build traces. - [x] Remove artifacts - [x] Remove metadata - [x] Remove build traces - [x] Wait for https://dev.gitlab.org/gitlab/gitlabhq/merge_requests/1942 this to be merged - [x] Fix the permissions after the merge Closes #3421 See merge request !2560
Diffstat (limited to 'config')
-rw-r--r--config/routes.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 507bcbc53d7..c6541a8979c 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -617,6 +617,7 @@ Rails.application.routes.draw do
get :status
post :cancel
post :retry
+ post :erase
end
resource :artifacts, only: [] do