[JIRA] [buildgraph-view] (JENKINS-19470) Build Graph not displaying

2014-10-03 Thread root.ac...@gmail.com (JIRA)














































Bob Loren
 commented on  JENKINS-19470


Build Graph not displaying















Is there any possibility to debug build graph view ? We've got one job - it hasn't change since it has been created, but for some builds we've got graph but for other we haven't, just white page without any error or information in logs files.



























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/d/optout.


[JIRA] [buildgraph-view] (JENKINS-19470) Build Graph not displaying

2014-10-01 Thread dcaro...@redhat.com (JIRA)














































David Caro
 commented on  JENKINS-19470


Build Graph not displaying















I've fetched the code, modified it and made it 'work' again. I had to require some classes from the builflow plugin to make it work so I don't think is the best solution (I'm not a java developer either).

We have been heavily using my modified version for a couple weeks without issues so far, you can find it here:

  https://github.com/david-caro/buildgraph-view
  https://github.com/david-caro/build-flow-plugin

Feel free to fork and clean up 
The issue that I think it's happening is that it's not detecting properly the parent relation for flow jobs because it's not properly resolving the class, and instead of injecting it it's just using the local definition (if that makes any sense).



























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/d/optout.


[JIRA] [buildgraph-view] (JENKINS-19470) Build Graph not displaying

2014-09-30 Thread christoph.fors...@swarovski.com (JIRA)














































Christoph Forster
 commented on  JENKINS-19470


Build Graph not displaying















Plugin does not show anyting:
Jenkins 1.582, Build Flow Plugin 0.15, buildgraph-view 1.1.1, Parameterized Trigger Plugin 2.25
Even grabbing the source and installing a fresh hpi did not work.
Also there are no errors nor log-output.



























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/d/optout.


[JIRA] [buildgraph-view] (JENKINS-19470) Build Graph not displaying

2014-09-30 Thread christoph.fors...@swarovski.com (JIRA)












































 
Christoph Forster
 edited a comment on  JENKINS-19470


Build Graph not displaying
















Plugin does not show anyting:
Jenkins 1.582, Build Flow Plugin 0.15, buildgraph-view 1.1.1, Parameterized Trigger Plugin 2.25
Even grabbing the source and installing a fresh hpi did not work.
Also there are no errors nor log-output.
Found JENKINS-24875 which says, that with an older Build Flow Plugion (0.12) it works correct.



























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/d/optout.


[JIRA] [buildgraph-view] (JENKINS-19470) Build Graph not displaying

2014-08-12 Thread asmu...@gmail.com (JIRA)














































Asmund Ostvold
 commented on  JENKINS-19470


Build Graph not displaying















I believe this issue can be 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/d/optout.


[JIRA] [buildgraph-view] (JENKINS-19470) Build Graph not displaying

2014-04-04 Thread to...@starhill.org (JIRA)












































 
Tomas Bezdek
 edited a comment on  JENKINS-19470


Build Graph not displaying
















DELETED



























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/d/optout.


[JIRA] [buildgraph-view] (JENKINS-19470) Build Graph not displaying

2014-04-03 Thread to...@starhill.org (JIRA)














































Tomas Bezdek
 commented on  JENKINS-19470


Build Graph not displaying















Is there any trick to build the plugin from the command line? I'm getting quite a bit of unable to resolve class exceptions for classes FlowRun  and JobExecutionFailureException when compiling FlowDSL.groovy and JobInvocation.groovy



























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/d/optout.


[JIRA] [buildgraph-view] (JENKINS-19470) Build Graph not displaying

2014-04-03 Thread to...@starhill.org (JIRA)












































 
Tomas Bezdek
 edited a comment on  JENKINS-19470


Build Graph not displaying
















Is there any trick to build the plugin from command line? I'm getting quite a bit of unable to resolve class exceptions for classes FlowRun  and JobExecutionFailureException when compiling FlowDSL.groovy and JobInvocation.groovy when running "mvn clean package"



























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/d/optout.


[JIRA] [buildgraph-view] (JENKINS-19470) Build Graph not displaying

2014-02-28 Thread lwoydz...@pertino.com (JIRA)












































 
Luke Woydziak
 edited a comment on  JENKINS-19470


Build Graph not displaying
















We'll wait for the release.  By-the-way, my company just sponsored this issue so hopefully we can get a release soon.



























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] [buildgraph-view] (JENKINS-19470) Build Graph not displaying

2014-02-28 Thread lwoydz...@pertino.com (JIRA)














































Luke Woydziak
 commented on  JENKINS-19470


Build Graph not displaying















We'll wait for the release.  By-the-way, my company just sponsored this issue sod hopefully we can get a release soon.



























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] [buildgraph-view] (JENKINS-19470) Build Graph not displaying

2014-02-25 Thread lwoydz...@pertino.com (JIRA)














































Luke Woydziak
 commented on  JENKINS-19470


Build Graph not displaying















another +1 here



























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] [buildgraph-view] (JENKINS-19470) Build Graph not displaying

2014-02-25 Thread recy...@gmail.com (JIRA)














































j c
 commented on  JENKINS-19470


Build Graph not displaying















A temperary solution here, grap the "master" branch code of build flow plugin from github, build it locally and install, the graph will show. This bug is fixed  but no new release of build flow plugin yet.



























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] [buildgraph-view] (JENKINS-19470) Build Graph not displaying

2014-02-21 Thread step...@eucodos.de (JIRA)














































Stephan Pauxberger
 commented on  JENKINS-19470


Build Graph not displaying















This should be fixed by commit 7faf814f fix visualization issue with deserialized data.



























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] [buildgraph-view] (JENKINS-19470) Build Graph not displaying

2014-02-21 Thread rainer.f...@inxmail.de (JIRA)














































Rainer Frey
 commented on  JENKINS-19470


Build Graph not displaying















Could we please have a release then? seems to be fixed directly after the last release has been published, half a year ago!



























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] [buildgraph-view] (JENKINS-19470) Build Graph not displaying

2014-02-21 Thread dcaro...@redhat.com (JIRA)














































David Caro
 commented on  JENKINS-19470


Build Graph not displaying















+1 for the release



























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] [buildgraph-view] (JENKINS-19470) Build Graph not displaying

2014-02-21 Thread imakow...@gmail.com (JIRA)














































Ireneusz Makowski
 commented on  JENKINS-19470


Build Graph not displaying















+1 from me also



























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] [buildgraph-view] (JENKINS-19470) Build Graph not displaying

2014-01-13 Thread imakow...@gmail.com (JIRA)














































Ireneusz Makowski
 commented on  JENKINS-19470


Build Graph not displaying















I have the same issue here. My configuration is Jenkins 1.532.1, BuildFlow 0.10, BuildGraphView 1.1.1, Jenkins Parameterized Trigger plugin 2.22

It seems that after restart of Jenkins Graph is missing 



























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] [buildgraph-view] (JENKINS-19470) Build Graph not displaying

2013-11-22 Thread j.sp...@gmail.com (JIRA)














































Jay Spang
 commented on  JENKINS-19470


Build Graph not displaying















Repro'ing for me on Jenkins 1.5.37 (Win2012 Server), BuildFlow 0.10, BuildGraphView 1.1.1.

I don't know what event causes the graphs to disappear, but they disappear after a couple of hours whether I've restarted Jenkins or not (I just checked and a build I ran 2h8m ago has already lost its graph).



























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] [buildgraph-view] (JENKINS-19470) Build Graph not displaying

2013-11-20 Thread dcaro...@redhat.com (JIRA)














































David Caro
 commented on  JENKINS-19470


Build Graph not displaying















I'm having the same issue with jenkins 1.537, BuildFlow 0.10, BuildGraphView 1.1.1 and parameterized plugin 2.21, same log also



























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] [buildgraph-view] (JENKINS-19470) Build Graph not displaying

2013-11-15 Thread jo...@angelstam.se (JIRA)














































Johan Angelstam
 commented on  JENKINS-19470


Build Graph not displaying















This issue is probably related to JENKINS-18200.



























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] [buildgraph-view] (JENKINS-19470) Build Graph not displaying

2013-11-15 Thread jo...@angelstam.se (JIRA)












































 
Johan Angelstam
 edited a comment on  JENKINS-19470


Build Graph not displaying
















This issue is probably related to JENKINS-18200 and perhaps also JENKINS-17635



























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.