Skip to content

Commit

Permalink
Merge pull request github#811 from manojlds/patch-1
Browse files Browse the repository at this point in the history
Grouping Username and Password together
  • Loading branch information
kdaigle committed Mar 10, 2014
2 parents dda3fa8 + 5abc30c commit 3095497
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/services/teamcity.rb
@@ -1,7 +1,7 @@
class Service::TeamCity < Service
string :base_url, :build_type_id, :username, :branches
string :base_url, :build_type_id, :branches, :username
password :password
white_list :base_url, :build_type_id, :username, :branches
white_list :base_url, :build_type_id, :branches, :username

def receive_push
return if payload['deleted']
Expand Down

0 comments on commit 3095497

Please sign in to comment.