[JIRA] (JENKINS-13446) Dependency graph points to localhost:8080

2013-02-01 Thread wo...@java.net (JIRA)















































wolfs
 closed  JENKINS-13446 as Fixed


Dependency graph points to localhost:8080
















Change By:


wolfs
(01/Feb/13 1:36 PM)




Status:


Resolved
Closed



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 


[JIRA] (JENKINS-13446) Dependency graph points to localhost:8080

2013-02-01 Thread has...@free.fr (JIRA)














































Antoine Musso
 commented on  JENKINS-13446


Dependency graph points to localhost:8080















That indeed fixed the issue. Thanks!



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 


[JIRA] (JENKINS-13446) Dependency graph points to localhost:8080

2012-11-13 Thread wo...@java.net (JIRA)















































wolfs
 resolved  JENKINS-13446 as Fixed


Dependency graph points to localhost:8080
















Should be solved in version 0.5. Please confirm.





Change By:


wolfs
(13/Nov/12 2:25 PM)




Status:


In Progress
Resolved





Resolution:


Fixed



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira






[JIRA] (JENKINS-13446) Dependency graph points to localhost:8080

2012-11-13 Thread wo...@java.net (JIRA)














































wolfs
 started work on  JENKINS-13446


Dependency graph points to localhost:8080
















Change By:


wolfs
(13/Nov/12 1:29 PM)




Status:


Open
In Progress



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira






[JIRA] (JENKINS-13446) Dependency graph points to localhost:8080

2012-07-04 Thread has...@free.fr (JIRA)














































Antoine Musso
 updated  JENKINS-13446


Dependency graph points to localhost:8080
















.dot file on Wikimedia Jenkins installation.

Generated with Jenkins 1.472 and depgraph-view 0.2.





Change By:


Antoine Musso
(04/Jul/12 8:11 AM)




Attachment:


wmf-jenkins.dot



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira






[JIRA] (JENKINS-13446) Dependency graph points to localhost:8080

2012-07-04 Thread has...@free.fr (JIRA)














































Antoine Musso
 commented on  JENKINS-13446


Dependency graph points to localhost:8080















Still there with Jenkins 1.472 and Dependency Graph 0.2.

Source code is on github at https://github.com/jenkinsci/depgraph-view-plugin
The culprit is
src/main/java/hudson/plugins/depgraph_view/DotStringGenerator.java which does
the following:

private String projectToNodeString(AbstractProject proj) {
return escapeString(proj.getFullDisplayName()) +
" [href=""]";
}

private String getEscapedProjectUrl(AbstractProject proj) {
return escapeString(Hudson.getInstance().getRootUrlFromRequest() +
proj.getUrl());
}

getRootUrlFromRequest is most probably getting the URL based on whatever HTTP
GET Jenkins received. In our setup, there is a proxy in front of Jenkins and
hence any requests are made to 127.0.0.1:8080.

The plugin need to instead use whatever "Jenkins URL" is configured.


Our Apache conf makes https://integration.mediawiki.org/ci to be proxied to http://localhost:8080/ci

ProxyPass   /ci http://localhost:8080/ci
ProxyPassReverse/ci http://localhost:8080/ci
ProxyRequests   Off

http://localhost:8080/ci*>
Order deny,allow
Allow from all





























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira






[JIRA] (JENKINS-13446) Dependency graph points to localhost:8080

2012-06-05 Thread andre...@andreyev.net (JIRA)

[ 
https://issues.jenkins-ci.org/browse/JENKINS-13446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=163508#comment-163508
 ] 

Andreyev Melo commented on JENKINS-13446:
-

I don't know if it make any sense, but in our Enterprise instance it's works 
fine. It shows on footer "Jenkins ver. 1.424.6.1" so I guess that it is a kind 
of LTS, then it's equivalent to an "old" and free version.

BTW, there are no occurrences to hostname or URL in config.xml or any file in 
JENKINS_HOME.

In these instance we installed version 0.2 of this plugin.

> Dependency graph points to localhost:8080
> -
>
> Key: JENKINS-13446
> URL: https://issues.jenkins-ci.org/browse/JENKINS-13446
> Project: Jenkins
>  Issue Type: Bug
>  Components: depgraph-view
>Reporter: Tim Landscheidt
>Assignee: wolfs
>Priority: Trivial
>
> When looking at 
> https://integration.mediawiki.org/ci/view/All/job/MediaWiki-postgres-phpunit/depgraph-view/?
>  with Konqueror, Firefox or Chrome, the link in the graph points to 
> http://localhost:8080/ci/view/All/job/MediaWiki-postgres-phpunit/.  I haven't 
> confirmed whether this bug actually lies with Jenkins and/or which plugin, 
> but "depgraph-view" soundn't familiar :-).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[JIRA] (JENKINS-13446) Dependency graph points to localhost:8080

2012-04-15 Thread t...@tim-landscheidt.de (JIRA)

[ 
https://issues.jenkins-ci.org/browse/JENKINS-13446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=161622#comment-161622
 ] 

Tim Landscheidt commented on JENKINS-13446:
---

Per https://bugzilla.wikimedia.org/show_bug.cgi?id=35982#c1, "Jenkins URL" is 
set to "https://integration.mediawiki.org/ci/";, so the bug seems to be in 
Jenkins.

> Dependency graph points to localhost:8080
> -
>
> Key: JENKINS-13446
> URL: https://issues.jenkins-ci.org/browse/JENKINS-13446
> Project: Jenkins
>  Issue Type: Bug
>  Components: depgraph-view
>Reporter: Tim Landscheidt
>Assignee: wolfs
>Priority: Trivial
>
> When looking at 
> https://integration.mediawiki.org/ci/view/All/job/MediaWiki-postgres-phpunit/depgraph-view/?
>  with Konqueror, Firefox or Chrome, the link in the graph points to 
> http://localhost:8080/ci/view/All/job/MediaWiki-postgres-phpunit/.  I haven't 
> confirmed whether this bug actually lies with Jenkins and/or which plugin, 
> but "depgraph-view" soundn't familiar :-).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[JIRA] (JENKINS-13446) Dependency graph points to localhost:8080

2012-04-15 Thread t...@tim-landscheidt.de (JIRA)

[ 
https://issues.jenkins-ci.org/browse/JENKINS-13446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=161620#comment-161620
 ] 

Tim Landscheidt commented on JENKINS-13446:
---

Thanks.  I have posted your suggestion to 
https://bugzilla.wikimedia.org/show_bug.cgi?id=35982; I will close this bug 
here once WMF OPS has confirmed it (or follow up here if there is additional 
information).

> Dependency graph points to localhost:8080
> -
>
> Key: JENKINS-13446
> URL: https://issues.jenkins-ci.org/browse/JENKINS-13446
> Project: Jenkins
>  Issue Type: Bug
>  Components: depgraph-view
>Reporter: Tim Landscheidt
>Assignee: wolfs
>Priority: Trivial
>
> When looking at 
> https://integration.mediawiki.org/ci/view/All/job/MediaWiki-postgres-phpunit/depgraph-view/?
>  with Konqueror, Firefox or Chrome, the link in the graph points to 
> http://localhost:8080/ci/view/All/job/MediaWiki-postgres-phpunit/.  I haven't 
> confirmed whether this bug actually lies with Jenkins and/or which plugin, 
> but "depgraph-view" soundn't familiar :-).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[JIRA] (JENKINS-13446) Dependency graph points to localhost:8080

2012-04-13 Thread oldel...@java.net (JIRA)

[ 
https://issues.jenkins-ci.org/browse/JENKINS-13446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=161586#comment-161586
 ] 

Richard Mortimer commented on JENKINS-13446:


I think that this is likely cause by a misconfiguration at

https://integration.mediawiki.org/ci/configure

Look for "Jenkins URL" and set it to https://integration.mediawiki.org/ci you 
may need to restart Jenkins to make that take effect.

> Dependency graph points to localhost:8080
> -
>
> Key: JENKINS-13446
> URL: https://issues.jenkins-ci.org/browse/JENKINS-13446
> Project: Jenkins
>  Issue Type: Bug
>  Components: depgraph-view
>Reporter: Tim Landscheidt
>Assignee: wolfs
>Priority: Trivial
>
> When looking at 
> https://integration.mediawiki.org/ci/view/All/job/MediaWiki-postgres-phpunit/depgraph-view/?
>  with Konqueror, Firefox or Chrome, the link in the graph points to 
> http://localhost:8080/ci/view/All/job/MediaWiki-postgres-phpunit/.  I haven't 
> confirmed whether this bug actually lies with Jenkins and/or which plugin, 
> but "depgraph-view" soundn't familiar :-).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[JIRA] (JENKINS-13446) Dependency graph points to localhost:8080

2012-04-13 Thread oldel...@java.net (JIRA)

[ 
https://issues.jenkins-ci.org/browse/JENKINS-13446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=161585#comment-161585
 ] 

Richard Mortimer commented on JENKINS-13446:


https://integration.mediawiki.org/ci/view/All/job/MediaWiki-postgres-phpunit/depgraph-view/graph.map

is returning a URL containing localhost.

{code}

http://localhost:8080/ci/view/All/job/MediaWiki-postgres-phpunit/"; 
title="MediaWiki-postgres-phpunit" alt="" coords="27,27,307,75"/>

{code}

> Dependency graph points to localhost:8080
> -
>
> Key: JENKINS-13446
> URL: https://issues.jenkins-ci.org/browse/JENKINS-13446
> Project: Jenkins
>  Issue Type: Bug
>  Components: depgraph-view
>Reporter: Tim Landscheidt
>Assignee: wolfs
>Priority: Trivial
>
> When looking at 
> https://integration.mediawiki.org/ci/view/All/job/MediaWiki-postgres-phpunit/depgraph-view/?
>  with Konqueror, Firefox or Chrome, the link in the graph points to 
> http://localhost:8080/ci/view/All/job/MediaWiki-postgres-phpunit/.  I haven't 
> confirmed whether this bug actually lies with Jenkins and/or which plugin, 
> but "depgraph-view" soundn't familiar :-).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[JIRA] (JENKINS-13446) Dependency graph points to localhost:8080

2012-04-13 Thread t...@tim-landscheidt.de (JIRA)
Tim Landscheidt created JENKINS-13446:
-

 Summary: Dependency graph points to localhost:8080
 Key: JENKINS-13446
 URL: https://issues.jenkins-ci.org/browse/JENKINS-13446
 Project: Jenkins
  Issue Type: Bug
  Components: depgraph-view
Reporter: Tim Landscheidt
Assignee: wolfs
Priority: Trivial


When looking at 
https://integration.mediawiki.org/ci/view/All/job/MediaWiki-postgres-phpunit/depgraph-view/?
 with Konqueror, Firefox or Chrome, the link in the graph points to 
http://localhost:8080/ci/view/All/job/MediaWiki-postgres-phpunit/.  I haven't 
confirmed whether this bug actually lies with Jenkins and/or which plugin, but 
"depgraph-view" soundn't familiar :-).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira