Hi ,

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

On Thursday, September 25, 2014 at 6:28:23 PM UTC+5:30, Pramod Mhatre wrote:
>
> Hi,
>
>  
>
> I am new to Jenkins API. I just had assignment in company where PL asked 
> me to create a new job in Jenkins where I will run all the testing, build 
> related things on my code and it should create dashboard where all figures 
> and graph should be shown. All the results created by different testing 
> should be available in numbers on home page with proper dashboard with 
> graphs details. Is it feasible or not? If yes then please guide me to do 
> so. If no what need to do extra for the same.
>
>  
>
> It will be really helpful for me if you guide me same. Thanks in advance.
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/41791c6c-874e-4d12-a4a1-6267d52dbe61%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to