How to display the result of the build on the Jenkins Dashboard

68 views
Skip to first unread message

Karthik N

unread,
Jun 9, 2015, 9:02:23 AM6/9/15
to jenkins...@googlegroups.com
Hi All,

I want to display the result of the build in the Jenkins dashboard,

Example, 

i've a perl script, which display the database values.

Now, how can i configure my Jenkins such that it will display those values directly into the Jenkins dashboard.

my perl script is looks in this way:-

open IN3,"List.txt";
@lines1=<IN3>;
close(IN3);
print "List of the files \n";
foreach $lines1 (@lines1) 
{
print "hi"
}

when i execute the above script with Jenkins, i'm able to see only "List of the files" but not the lines from the file.

How to resolve this ?

Thanks in advance.

Karthik

Lakshmi narayana

unread,
Dec 28, 2016, 4:00:07 AM12/28/16
to Jenkins Users, lakshminar...@ngahr.com
Hi Karthik,

any luck ?

I'm looking for similar stuff 

could you help here

Prepare dash board with all 10 required jobs 


  • Pass Rate (PR)
    • In 1 week if each job will be triggered once daily, each one will have run 25 Tests (5 Tests/job x 5  days)
    • So, 10 Jobs x 25 Tests/job = 250 Tests triggered in 1 week
    • Pass Rate (PR) = Total # of Passed/Total  # of Tests
      • example: 235/250 (94%)
    • Note that, we are reporting Tests not Builds!
  • Average Run Time (ART)
    • This refers to the average time required to run the full test suite.
    • RTx = Average run time of each job [where x: 1,2,3,..10] computed as run time on each day divided by number of days [ (T1+T2+T3+T4+T5)/5 ]
    • ART = RT1 + RT2 + RT3 + ... + RT10
  • Total number of Tests triggered
    • Total number of unique tests run. In this example, this will be 10 Jobs x 5 Tests/Job so 50 unique tests.


Regards,
Lakshmi
Reply all
Reply to author
Forward
0 new messages