dg 0.5.2 → 0.5.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/dg/docker.rb +1 -1
- data/lib/dg/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4cca50ba245d0568d8cb50d457476116657eae72
|
|
4
|
+
data.tar.gz: 041859e80fa244e609dac54cc0ce376122b9c612
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 63d3ad424904b8007e9935e18fc67067962061bdae4f2cf5a85d426d1aa3586814a336e12671fad20eef2587d980e709d22bcba195037056d7b56f5e792b6ac2
|
|
7
|
+
data.tar.gz: 1c47270a99eb706a2327994ad21e720f8ecf31910c38ec0ac73608f1a6df8c51e22078b9cce921d762d7221476962a9b32fe503c07f8cd87ac10e9c80ce7691c
|
data/lib/dg/docker.rb
CHANGED
|
@@ -151,7 +151,7 @@ module DG
|
|
|
151
151
|
|
|
152
152
|
def schedule_pipeline(project_name, deploy_stage, image_id)
|
|
153
153
|
pipeline_name = "docker-#{project_name}-#{deploy_stage}"
|
|
154
|
-
|
|
154
|
+
puts "Triggering pipeline: #{pipeline_name} on #{ENV['GO_HOST']}"
|
|
155
155
|
uri = URI("https://#{ENV['GO_HOST']}/go/api/pipelines/#{pipeline_name}/schedule")
|
|
156
156
|
request = Net::HTTP::Post.new(uri.path)
|
|
157
157
|
request.basic_auth ENV['GO_USER'], ENV['GO_PWD']
|
data/lib/dg/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dg
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Michael Malet
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-12-
|
|
11
|
+
date: 2014-12-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: |
|
|
14
14
|
DockerGo (DG)
|
|
@@ -56,7 +56,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
56
56
|
version: '0'
|
|
57
57
|
requirements: []
|
|
58
58
|
rubyforge_project:
|
|
59
|
-
rubygems_version: 2.
|
|
59
|
+
rubygems_version: 2.2.2
|
|
60
60
|
signing_key:
|
|
61
61
|
specification_version: 4
|
|
62
62
|
summary: Provides integration between Docker and GoCD.
|