Re: How to export data of successfull build to excel

2017-07-31 Thread Richard Ginga
As I remember, we wrote a perl script to append a line containing dozens of step timings from out builds to the end of the file. but this should work: echo "$OWNER, $TASK, 100" >> some-network-path/Test.dat On Mon, Jul 31, 2017 at 2:52 PM, wrote: > And how are you doing it exactly? > > Am Monta

Re: How to export data of successfull build to excel

2017-07-31 Thread dursun . julide
And how are you doing it exactly? Am Montag, 31. Juli 2017 16:59:06 UTC+2 schrieb Richard Ginga: > > i did something similar to gather build time info and it was simply to > append to some accessible .csv file in a shell or batch script :) > > On Mon, Jul 31, 2017 at 10:47 AM, > > wrote: > >> He

Re: How to export data of successfull build to excel

2017-07-31 Thread Richard Ginga
i did something similar to gather build time info and it was simply to append to some accessible .csv file in a shell or batch script :) On Mon, Jul 31, 2017 at 10:47 AM, wrote: > Hello, > > I wanted to know whether it is possible to export certain data from > jenkins to excel when a build is su

How to export data of successfull build to excel

2017-07-31 Thread dursun . julide
Hello, I wanted to know whether it is possible to export certain data from jenkins to excel when a build is successful. The excel data is saved in a specific directory and has 3 columns. The email-adress (column 1) of the owner of the successful build, the name of the task (column 2) and 100 p