capistrano-jenkins 0.1 → 0.1.1
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.
- data/Gemfile.lock +1 -1
- data/capistrano-jenkins.gemspec +1 -1
- data/lib/capistrano-jenkins.rb +1 -1
- metadata +1 -1
data/Gemfile.lock
CHANGED
data/capistrano-jenkins.gemspec
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
2
2
|
Gem::Specification.new do |s|
|
3
3
|
s.name = "capistrano-jenkins"
|
4
|
-
s.version = "0.1"
|
4
|
+
s.version = "0.1.1"
|
5
5
|
s.authors = ["Martin Jonsson"]
|
6
6
|
s.email = ["martin.jonsson@gmail.com"]
|
7
7
|
s.homepage = "http://github.com/martinj/capistrano-jenkins"
|
data/lib/capistrano-jenkins.rb
CHANGED
@@ -65,7 +65,7 @@ Capistrano::Configuration.instance.load do
|
|
65
65
|
if build['building'] and not retrying then
|
66
66
|
retrying = agree "The requested revision is currently building, Retry? yes/no: "
|
67
67
|
if retrying then
|
68
|
-
|
68
|
+
puts "Retrying in #{jenkins_retry_sleep} seconds."
|
69
69
|
sleep jenkins_retry_sleep
|
70
70
|
redo
|
71
71
|
end
|