a2zdeploy 1.0.4 → 1.0.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 71b4475b48254171a7f88017f9dd1a66631c77c2
4
- data.tar.gz: 5c2a54aabb1f19b8fc3c1f8ac9b06b58b38a83e8
3
+ metadata.gz: 2cc999d1dd89da58425262c2ea06543eaa68130d
4
+ data.tar.gz: 99480e304f37c653f20fe2538457036207484e6a
5
5
  SHA512:
6
- metadata.gz: a1976a841d9bab7db8db8e0d686bf168bcdce832f42e7f8d3e5588188cd7985e80d02aaa44a62295c249e128af12be442ad51f10f5eab6895ce60756b8691bb5
7
- data.tar.gz: d743465fd4489912e8448244b7182475fd369374c3de8007ee7d810f530d970550bcfb56d0e1d1690160341069aa821a37a65a768a8aa1e46e8f74cd7c3eb38d
6
+ metadata.gz: 4017db353a50e733ea40655a5512e71c2ead6f12dd5f7e8340ef86e68cc618a8cf2d404ac3c56d4b45f58aaebdcff764e0aa591f72fd7fba1a9edb4fd2fb2e3a
7
+ data.tar.gz: 238a500a20fdc36bdf3a2b3b81a5ebfae7957dc5fab448d51b190272b5d6dd7a8c71d2b03dc54a99121c8f9a2a203fe4874e62a2be9cc0bb52c53e477e5abd23
data/a2zdeploy.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'a2zdeploy'
3
- s.version = '1.0.4'
3
+ s.version = '1.0.5'
4
4
  s.date = '2016-02-08'
5
5
  s.summary = 'Given a project dependency chain, updates versions, builds, tests, manages service and cloud settings as well as build environment configuration'
6
6
  s.description = 'Automated Upgrades Gem. Provides version upgrades, build and deployment configuration management'
data/lib/teamcity_api.rb CHANGED
@@ -20,7 +20,7 @@ module TeamCityApi
20
20
  end
21
21
 
22
22
  #Build trigger API
23
- def TeamCityApi.trigger_build buildConfigurationId
23
+ def TeamCityApi.trigger_build buildConfigurationId, username, password
24
24
 
25
25
  configContent = create_build_trigger_config buildConfigurationId
26
26
  uri = URI.parse 'http://teamcity.relayhealth.com'
@@ -30,7 +30,7 @@ module TeamCityApi
30
30
  request.content_type = 'application/xml'
31
31
  request.basic_auth username, password
32
32
  response = http.request request
33
- p response
33
+ puts response
34
34
  end
35
35
 
36
36
  def TeamCityApi.create_build_trigger_config buildConfigurationId
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: a2zdeploy
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4
4
+ version: 1.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Suresh Batta