Skip to content

Commit

Permalink
some more tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
norbu09 committed Mar 5, 2012
1 parent 52b5b2b commit 9b5316b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Mojolicious/Plugin/Jenkins.pm
Expand Up @@ -24,6 +24,7 @@ sub register {
return unless $url;
my $ua = Mojo::UserAgent->new;
$doc->{deploy} = $ua->get($url)->res->body;
$doc->{deploy_time} = time;
$couch->put_doc({doc => $doc});
},
);
Expand Down

0 comments on commit 9b5316b

Please sign in to comment.