Skip to content

Commit

Permalink
update jenkins url
Browse files Browse the repository at this point in the history
  • Loading branch information
dirk-thomas committed Nov 5, 2013
1 parent 586ddd2 commit ecea48a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macro/headers.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def get_doc_status(opt_distro, repo_name, data):
#Try to get the current build status for the doc job
status_string = "<b>Doc job status is unknown.</b>"
if opt_distro:
jenkins_url = 'http://jenkins.willowgarage.com:8080/job/%s/lastBuild' % \
jenkins_url = 'http://jenkins.ros.org/job/%s/lastBuild' % \
(data.get("doc_job", "doc-%s-%s" % (opt_distro, repo_name)))
if data.has_key('timestamp'):
timestamp = datetime.datetime.fromtimestamp(data['timestamp'])
Expand Down

0 comments on commit ecea48a

Please sign in to comment.