summaryrefslogtreecommitdiff
path: root/app/controllers/projects/services_controller.rb
diff options
context:
space:
mode:
authorJason Lippert <jason@glasspelican.ca>2014-12-08 16:54:09 -0500
committerJason Lippert <jason@glasspelican.ca>2014-12-23 12:38:25 -0500
commit1fa19401e969f79cbd737c55e63249ca9355791c (patch)
treec67ae9a5e9edae2982495ed233dcf31f42eb2e0c /app/controllers/projects/services_controller.rb
parent334f240899ffe1c7cb662649ef26c2f5420ea92a (diff)
downloadgitlab-ce-1fa19401e969f79cbd737c55e63249ca9355791c.tar.gz
Teamcity interaction using 8.1 rest api
Diffstat (limited to 'app/controllers/projects/services_controller.rb')
-rw-r--r--app/controllers/projects/services_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/projects/services_controller.rb b/app/controllers/projects/services_controller.rb
index c50a1f1e75b..ef4d2609147 100644
--- a/app/controllers/projects/services_controller.rb
+++ b/app/controllers/projects/services_controller.rb
@@ -42,7 +42,7 @@ class Projects::ServicesController < Projects::ApplicationController
:title, :token, :type, :active, :api_key, :subdomain,
:room, :recipients, :project_url, :webhook,
:user_key, :device, :priority, :sound, :bamboo_url, :username, :password,
- :build_key, :server
+ :build_key, :server, :teamcity_url, :build_type
)
end
end