jenkinsgrowler 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/jenkinsgrowler.rb +1 -1
  2. metadata +1 -1
@@ -26,7 +26,7 @@ def last_build_output(job)
26
26
 
27
27
  res = http.request(request)
28
28
  if(res.is_a? Net::HTTPClientError) then
29
- puts "Error: Not able to read the job status, failed with error [#{res.message}]"
29
+ puts "#{Time.now} - Error: Not able to read the #{job} status, failed with error [#{res.message}]"
30
30
  puts" Make sure the basic authorization credentials are provided, if the site is protected or the job names given are right."
31
31
  exit
32
32
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jenkinsgrowler
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: