Attaching extra informations to tests for display

2014-01-08 Thread Mathieu Malaterre
Hi,

  I am trying to understand if this is possible to attach arbitrary 
information to a test and then submit this to jenkins. In my case, I use 
googletest to store information from a test:

https://code.google.com/p/googletest/wiki/AdvancedGuide#Logging_Additional_Information

  This is not clear whether or not I will be able to:

- submit this information to jenkins,
- be able to sort based on those extra fields

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 https://groups.google.com/groups/opt_out.


Re: Attaching extra informations to tests for display

2014-01-08 Thread JonathanRRogers
On Wednesday, January 8, 2014 6:46:55 AM UTC-5, Mathieu Malaterre wrote:

 Hi,

   I am trying to understand if this is possible to attach arbitrary 
 information to a test and then submit this to jenkins. In my case, I use 
 googletest to store information from a test:


 https://code.google.com/p/googletest/wiki/AdvancedGuide#Logging_Additional_Information

   This is not clear whether or not I will be able to:

 - submit this information to jenkins,
 - be able to sort based on those extra fields


It sounds like you probably want a Parameterized Build:
URL:https://wiki.jenkins-ci.org/display/JENKINS/Parameterized+Build

-- 
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 https://groups.google.com/groups/opt_out.