Re: issue using jenkins swarm client "Failed to fetch slave info from Jenkins CODE: 403 Retrying in 10 seconds"

2019-01-02 Thread yen
Hi! we got same problem,and i got the idea from your jenkins system log,my colleague deleted jenkins admin user which use for swarm client authentication lead to this problem,so I think ,you can find if you make the same mistake or not. 在 2018年10月4日星期四 UTC+8下午8:09:37,Jorge Bau写道: > > Hi! > > R

Re: Need help/guidance on jenkins/plot plugin setup and configure

2014-01-07 Thread Charley Yen
Just found two ways to limit number of builds in the JUnit Test Report: 0 down vote accept I just found out two ways to handle this issue by removing old build history. 1) Refer to answers to this thread: http://stackoverflow.com/questions/3410141/how-do-i-clear-my-hudson-build-history

Re: Setting up plots with plot plugin

2014-01-06 Thread Charley Yen
Have you found the answer, yet? Thanks, -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscr...@googlegroups.com. For more options, visit ht

Re: Need help/guidance on jenkins/plot plugin setup and configure

2014-01-06 Thread Charley Yen
Hi Kevin, I have a follow-up question. While publishing JUnit test result, is there a way we can define "Number of builds to include"? Please refer to the attached screen shot, which in

Re: Need help/guidance on jenkins/plot plugin setup and configure

2014-01-02 Thread Charley Yen
Thank you, Kevin!! That's the reason! It's because I always used a static xml containing a hard coded failure. And I got the plot working (See the attached screen shot). Though it's not a pie c

Re: Need help/guidance on jenkins/plot plugin setup and configure

2014-01-02 Thread Charley Yen
Below is my piece of perl code. I made it always exit gracefully. Line numbers are also included here. Could you please tell me which line(s) would cause a test result failure? Thanks. 1 #!/usr/bin/perl 2 3 use strict; 4 use warnings; 5 use File::Path; 6 use File::Copy; 7 use Fin

Re: Need help/guidance on jenkins/plot plugin setup and configure

2014-01-02 Thread Charley Yen
Thank you, Mark. And sorry for not replying promptly. I was not online during the new year day. I just want to tell you that I watched your video from my home machine (I cannot watch it from work). It's very helpful. Thank you so much. So I configured my jenkins by following your video. I wro

Re: Need help/guidance on jenkins/plot plugin setup and configure

2013-12-31 Thread Charley Yen
I searched all available plug-in in jenkins. Really have no idea which one to use. Please, someone please tell me which one I should use. I just want to a visual display of my test results. Thanks and wish you all a wonderful 2014!! -- You received this message because you are subscribed to t

Re: Need help/guidance on jenkins/plot plugin setup and configure

2013-12-31 Thread Charley Yen
Ok, I tried to configure my jenkins shown in the attached screen shots. The 1st

Re: Need help/guidance on jenkins/plot plugin setup and configure

2013-12-31 Thread Charley Yen
Hi Mark, Thank you for your prompt reply. Before I figure out how to watch your screen cast, please allow me asking you another question. First of all, thank you so much for the links provided in your reply. They are indeed very helpful. Now I also found a sample JUnit format:

Re: Need help/guidance on jenkins/plot plugin setup and configure

2013-12-31 Thread Charley Yen
erge-the-results-with-junit-reports-in-ant > may > also be helpful. > > Both of those have the benefit that you don't need to learn the JUnit > output format. The format is not hard to write, but why not reuse someone > else's implementation... > > Mark

Re: Need help/guidance on jenkins/plot plugin setup and configure

2013-12-31 Thread Charley Yen
; refer to the source code of the Plot plugin to reverse engineer the data > formats it will consume. https://github.com/jenkinsci/plot-plugin is the > source code, I believe. > > Mark Waite > > > On Tue, Dec 31, 2013 at 8:25 AM, Charley Yen > > wrote: > >> Thank you

Re: Need help/guidance on jenkins/plot plugin setup and configure

2013-12-31 Thread Charley Yen
y meet > your needs. > > An example of the Jenkins unit test results is visible at: > > > https://buildhive.cloudbees.com/job/MarkEWaite/job/git-plugin/59/testReport/ > > Thanks, > Mark Waite > > > On Fri, Dec 27, 2013 at 8:39 AM, Charley Yen > > wrote: > >&

Need help/guidance on jenkins/plot plugin setup and configure

2013-12-27 Thread Charley Yen
I am new to Jenkins and need some help to configure it so that it can display my test results in pie chart. It's my first time being here and still getting to know this group so if