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

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/57e51b50-9de2-4256-9970-d5255783a2c1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to